[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The coordinates for the specified cell (ACol, ARow) as a standard rectangle (TRect).
Source position: grids.pas line 1337
public function TCustomGrid.CellRect( |
ACol: Integer; |
ARow: Integer |
):TRect; |
ACol |
|
Column number for the cell. |
ARow |
|
Row number for the cell. |
TRect instance with the coordinates for the cell.
Version 4.0 | Generated 2025-05-03 | Home |