JVCL Help:TJvStringGrid.CaptionClick

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvStringGrid.OnCaptionClick


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