[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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 |
|
#lcl.DBGrids.TDBGrid.SelectEditor |
lazarus-ccr.sourceforge.net |