[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 100
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
lazarus-ccr.sourceforge.net |