JVCL Help:TJvStringGrid.OnCaptionClick
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStringGrid.OnCaptionClick Event
[+] TJvStringGrid Events
[+] TJvStringGrid Methods
[+] TJvStringGrid Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the user clicks a fixed cell.
Pascal
TCaptionClickEvent = procedure (Sender: TJvStringGrid; AColumn, ARow: Integer) ofobject;
propertyOnCaptionClick: TCaptionClickEvent;
Parameters
Parameters | Description |
ARow | Indicates the row index of the fixed cell that is clicked. |
AColumn | Indicates the column index of the fixed cell that is clicked. |
Sender | The grid that has fired this event. |
Description
Write an OnCaptionClick event handler to take specific action when the user clicks a fixed cell. Fixed cells are specified by the FixedCols and FixedRows properties.
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