Event
|
Occurs when
|
afterrender
|
After the GUI realisation of the control has been completed. This event applies to single-record display controls only; use renderrow for multi-record display controls.
|
lookup
|
When the lookup button of an input control is clicked.
|
onlookup
|
This event has been replaced by the lookup event and is supported for backward compatibility only.
|
readonly
|
When the value of a read-only custom control (a control with the Type property set to 'custom') becomes programmatically available.
|
renderrow
|
After the GUI realisation of the HTML for the row has been completed. This event applies to multi-record display controls only; use afterrender for other controls.
|
value
|
When the value of a custom control become programmatically available.
|