[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled to coordinate Field selection and control focus
Source position: dbgrids.pas line 97
type TFocusControlEvent = procedure( |
aField: TFieldRef |
) of object; |
aField |
|
Field reference for the focus event |
TFocusControlEvent specifies an event handler signalled to coordinate Field selection and control focus.
#lcl.DBGrids.TCustomDBGrid.OnFocusControl |
|
Implements an event handler signalled when a control gets focus |
lazarus-ccr.sourceforge.net |