function NewCheckbox( AParent: PControl; const Caption: KOLString ): PControl;
Creates check box control. Special properties, methods, events:
property OnClick: TOnEvent; |
|
---|---|
function SetChecked( const Value: Boolean ): PControl; |
|
procedure Click; |
|
property Checked: Boolean; |
|
property Check3: TTriStateCheck; |