function NewRadiobox( AParent: PControl; const Caption: KOLString ): PControl;
Creates radio box control. Alternative radio items must have the same parent window (regardless of its kind, either groupbox (NewGroupbox), panel (NewPanel) or form itself). Following properties, methods and events are specially for radiobox controls:
property OnClick: TOnEvent; |
|
---|---|
function SetRadioChecked: PControl; |
|
procedure Click; |
|
property Checked: Boolean; |