[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the grid drawing state for the cell with the specified column and row numbers.
Source position: grids.pas line 1104
protected function TCustomGrid.GetGridDrawState( |
ACol: Integer; |
ARow: Integer |
ACol |
|
Column number for the cell examined in the method. |
ARow |
|
Row number for the cell examined in the method. |
TGridDrawState instance with the state flags for the specified cell.
GetGridDrawState is a TGridDrawState function used to get the state flags for the cell specified in ACol and ARow. The return value can contain the following enumeration values:
GetGridDrawState is called from the DrawRow and ShowCellHintWIndow methods.
|
Draws the columns for the specified row in the grid control. |
|
|
Gets and displays the cell hint(s) for the current cell in the grid. |
|
|
Enumeration with Grid draw state values. |
Version 4.0 | Generated 2025-05-03 | Home |