JVCL Help:TJvStringGrid.CaptionClick
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStringGrid.CaptionClick Method
[+] TJvStringGrid Events
[+] TJvStringGrid Methods
[+] TJvStringGrid Properties
Search in JVCL Help
Search in all projectsSummary
Responds when the user clicks a fixed cell.
Pascal
procedureCaptionClick(AColumn: Longint; ARow: Longint); dynamic;
Parameters
Parameters | Description |
AColumn: Longint | Indicates the column index of the cell that is clicked. |
ARow: Longint | Indicates the row index of the cell that is clicked. |
Description
CaptionClick is called automatically when the user clicks a fixed cell. It triggers the OnCaptionClick event.
See Also
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