TIWButton

TIWButton

The TIWButton is the IntraWeb equivalent of the TButton from VCL.

TIWButton = class(TIWCustomControl)

Properties

property Confirmation: string;

Use this property to inform the browser to ask the user to confirm the operation assigned to the control’s OnClick event. 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.