[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the hint for the specified cell using the Options enabled in the grid control.
Source position: grids.pas line 1087
protected function TCustomGrid.GetCellHintText( |
ACol: Integer; |
ARow: Integer |
):string; virtual; |
ACol |
|
Column number for the cell. |
ARow |
|
Row number for the cell. |
String with the hint text for the specified cell.
GetCellHintText signals the OnGetCellHint event handler (when assigned) to get the hint text for the cell at the position in ACol and ARow. The return value contains the hint text returned from the event handler, or an empty string ('') when the event handler has not been assigned.
GetCellHintText is called from the ShowCellHintWindow method when Options contains the value goCellHints and CellHintPriority is not set to chpTruncOnly.
|
Gets the hint text for a cell. |
|
|
Gets and displays the cell hint(s) for the current cell in the grid. |
|
|
Contains the set of optional features and/or behaviors enabled for the grid control. |
|
|
Identifies how text is combined to form the Hint property. |
|
|
Gets the truncated version of the hint for the cell at the specified position. |
Version 4.0 | Generated 2025-05-03 | Home |