Contents - Events - Properties
Base class for all checkbox components.
Description
TFCustomCheckbox is base class for all components, that will generate a checkbox in the HTML document.Do not create instance of TFCustomCheckbox .
Contents - TFRCustomCheckBox - Properties
OnGetBoolValue
Delphi declarationOnGetCaption
property OnGetBoolValue;
C++ declaration
__property OnGetBoolValue
OnGetDisabledDelphi declaration
property OnGetCaption: TFRGetStrValue read FGetCaption write FGetCaption;
C++ declaration
__property TFRGetStrValue OnGetCaption={ read=FGetCaption, write=FGetCaption }
Description
Use OnGetCaption to get a Caption of your checkbox at runtime.
Delphi declarationOnGetName
property OnGetDisabled;
C++ declaration
__property OnGetDisabled
Delphi declaration
property OnGetName;
C++ declaration
__property OnGetName
Contents - TFRCustomCheckBox - Events
Alignment
AutoNameDelphi declaration
property Alignment: TFRLeftRight read FAlignment write SetAlignment;
C++ declaration
__property TFRLeftRight Alignment={ read=FAlignment, write=SetAlignment, nodefault }
Description
Use Alignment to make a Caption to appear on t he left or right side of t he checbox.
Delphi declarationCaption
property AutoName;
C++ declaration
__property AutoName
CheckedDelphi declaration
property Caption;
C++ declaration
__property Caption
Description
Caption of a checkbox, string, displayed next to t he checkbox on t he right or left side.
DataSourceDelphi declaration
property Checked: Boolean read GetChecked write SetChecked;
C++ declaration
__property bool Checked={ read=GetChecked, write=SetChecked, nodefault }
Description
Initial value of boolean variable in t he checkbox.
Delphi declarationFieldName
property DataSource;
C++ declaration
__property DataSource
Delphi declaration
property FieldName;
C++ declaration
__property FieldName