TFRRadioGroup
Description
Use TFRRadioGroup to insert RadioGroup control into your HTML document.
ItemIndex
ItemsDelphi declaration
property ItemIndex: Integer read FItemIndex write SetItemIndex default - 1;
C++ declaration
__property int ItemIndex={ read=FItemIndex, write=SetItemIndex, default=- 1 }
Description
Index of t he inital value of t he RadioGroup control.
Delphi declarationValues
property Items;
C++ declaration
__property Items
Delphi declaration
property Values;
C++ declaration
__property Values