JVCL Help:TTitleClickEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TTitleClickEvent type
[+] JvDBGrid.pas Types
Search in JVCL Help
Search in all projectsSummary
Type for event handlers that respond when a column header button is clicked or double-clicked.
Pascal
run\JvDBGrid.pas
TTitleClickEvent = procedure (Sender: TObject; ACol: Longint; Field: TField) ofobject;
Parameters
Parameters | Description |
Sender | The grid that triggered the event. |
ACol | The index of the column. |
Field | The field the column displays. |
Description
TTitleClickEvent is the type for event handlers that respond when a column header button is clicked or double-clicked.
See Also
TJvDBGrid.OnTitleBtnClick, TJvDBGrid.OnTitleBtnDblClick
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page