Contents - Events - Properties
Base class for all edit components.
Description
TFCustomRadioGroup is base class for all components, that will generate RadioGroup in t he HTML document.Do not create instance of TFCustomRadioGroup.
Contents - TFRCustomRadioGroup - Properties
OnGetDisabled
Delphi declarationOnGetName
property OnGetDisabled;
C++ declaration
__property OnGetDisabled
Delphi declarationOnGetValue
property OnGetName;
C++ declaration
__property OnGetName
Delphi declaration
property OnGetValue;
C++ declaration
__property OnGetValue
Contents - TFRCustomRadioGroup - 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 labels to appear on t he left or right side of radiogroup buttons.
Delphi declarationCaption
property AutoName;
C++ declaration
__property AutoName
ColCountDelphi declaration
property Caption;
C++ declaration
__property Caption
Description
Use Caption to set a title for your RadioGroup.
DataSourceDelphi declaration
property ColCount: Integer read FColCount write SetColCount default 1;
C++ declaration
__property int ColCount={ read=FColCount, write=SetColCount, default=1 }
Description
Use ColCount to insert items of RadioGroup in multiple columns.
Delphi declarationFieldName
property DataSource;
C++ declaration
__property DataSource
Delphi declarationItems
property FieldName;
C++ declaration
__property FieldName
ValuesDelphi declaration
property Items: TStrings read GetItems write SetItems;
C++ declaration
__property Classes::TStrings *Items={ read=GetItems, write=SetItems, nodefault }
Description
Strings that will be displayed as labels next to each button in t he radiogroup.
Delphi declaration
property Values: TStrings read GetValues write SetValues;
C++ declaration
__property Classes::TStrings *Values={ read=GetValues, write=SetValues, nodefault }
Description
Values of t he items.