JVCL Help:TJvTFHint.CellHint
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFHint.CellHint Method
[+] TJvTFHint Events
[+] TJvTFHint Fields
[+] TJvTFHint Methods
[+] TJvTFHint Properties
Search in JVCL Help
Search in all projectsSummary
Displays the hint window.
Pascal
procedureCellHint(Row: Integer; Col: Integer; constHintText: string; CellRect: TRect);
Parameters
Parameters | Description |
Row: Integer | The row of the cell. |
Col: Integer | The column of the cell. |
const HintText: string | The hint text. |
CellRect: TRect | Coordinates for the hint window. |
Description
The CellHint method will display a hint window specific to the cell given by Row and Col. HintText is the text that will be displayed and the hint window will appear center in the rect given by CellRect (control coordinates).
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