[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies an event handler signalled when a grid column in is clicked.
Source position: dbgrids.pas line 96
type TDBGridClickEvent = procedure( |
Column: TColumn |
) of object; |
Column |
|
Column for the event. |
TDBGridClickEvent specifies an event handler signalled when a column in the database grid is clicked
Version 4.0 | Generated 2025-05-03 | Home |