[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled to coordinate Field selection and control focus.
Source position: dbgrids.pas line 93
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.
|
Event handler signalled when the grid control receives focus. |
Version 4.0 | Generated 2025-05-03 | Home |