The event handler for the following functions takes a
GridEditorCreatedEvent parameter.
The …CMD… variants also take a window identifier.
evt_grid_editor_created() { | event | … } | The editor for a cell was created. Processes a EVT_GRID_EDITOR_CREATED. |
evt_grid_cmd_editor_created(id) { | event | … } | The editor for a cell was created; variant taking a window identifier. Processes a EVT_GRID_EDITOR_CREATED. |
Returns the column at which the event occurred.
Returns the edit control.
Returns the row at which the event occurred.
Sets the column at which the event occurred.
Sets the edit control.
Sets the row at which the event occurred.
[This page automatically generated from the Textile source at 2023-06-09 00:45:32 +0000]