Description | Hierarchy | Fields | Methods | Properties |
type TframePrintFrequency = class(TFrame)
TframePrintFrequency
is used to display an edit box for specifying a print-frequency along with a combobox for displaying the units of the print-frequency. Instances of TframePrintFrequency
are displayed in cells of a TStringGrid in TfrmPrintFrequency.
![]() |
comboUnits: TComboBox; |
![]() |
panelCombo: TPanel; |
![]() |
panelEdit: TPanel; |
![]() |
rdeFrequency: TRbwDataEntry; |
![]() |
Splitter: TSplitter; |
![]() |
procedure comboUnitsChange(Sender: TObject); |
![]() |
function GetFrequency: double; |
![]() |
function GetUnits: TFrequencyUnits; |
![]() |
procedure SetFrequency(const Value: double); |
![]() |
procedure SetUnits(const Value: TFrequencyUnits); |
![]() |
procedure CopyData(const Frame: TframePrintFrequency); |
![]() |
procedure Loaded; override; |
![]() |
property Frequency: double read GetFrequency write SetFrequency; |
![]() |
property Units: TFrequencyUnits read GetUnits write SetUnits; |
![]() |
comboUnits: TComboBox; |
|
![]() |
panelCombo: TPanel; |
|
![]() |
panelEdit: TPanel; |
|
![]() |
rdeFrequency: TRbwDataEntry; |
|
![]() |
Splitter: TSplitter; |
|
![]() |
procedure comboUnitsChange(Sender: TObject); |
|
![]() |
function GetFrequency: double; |
See Frequency. |
![]() |
function GetUnits: TFrequencyUnits; |
See Units. |
![]() |
procedure SetFrequency(const Value: double); |
See Frequency. |
![]() |
procedure SetUnits(const Value: TFrequencyUnits); |
See Units. |
![]() |
procedure CopyData(const Frame: TframePrintFrequency); |
|
![]() |
procedure Loaded; override; |
|
![]() |
property Frequency: double read GetFrequency write SetFrequency; |
|
![]() |
property Units: TFrequencyUnits read GetUnits write SetUnits; |
|