Specifies an event handler used to select a cell editor in a database grid.
Source position: dbgrids.pas line 114
type TDbGridSelEditorEvent = procedure( |
Sender: TObject; |
Column: TColumn; |
var Editor: TWinControl |
) of object; |
Sender |
|
Control signalling the event. |
Column |
|
Column for the control. |
Editor |
|
Editor for the specified column. |
TDbGridSelEditorEvent specifies an event handler used to select an editor for a cell in a database grid.
|
Event handler signalled when the editor is selected for a Field in the grid. |
|
|
Gets the editor used for the SelectedField in the control. |