TIWCheckBox

TIWCheckBox

TIWCheckBox

The TIWCheckBox is the IntraWeb equivalent of the TCheckBox from VCL.

TCheckBox = class(TIWCustomControl)

Properties

property Checked: boolean;

Use this property to indicate if the control’s checkbox is checked.

property Confirmation: string;

Use this property to inform the browser to ask the user to confirm the operation assigned to the button. The text you type will be shown in the confirmation dialog showed by the browser. If the user presses OK, the code associated with the OnClick event will be execute. Has no effect for Async events.

property HotKey: string;

Use this property to specifiy a shortcut key to activate/focus an element.

Events

property OnClick;

This event is triggered when the user click on the control. This event forces the full page to be rendered, ie, it is a full submit event.