[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines the grid zone for the specified cell.
Source position: grids.pas line 1338
public function TCustomGrid.CellToGridZone( |
aCol: Integer; |
aRow: Integer |
):TGridZone; |
aCol |
|
Column number examined in the method. |
aRow |
|
Row number examined in the method. |
TGridZone enumeration value for the cell.
CellToGridZone is a TGridZone function used to get the grid zone where the specified cell is located. It is similar in nature to the MouseToGridZone method, but uses grid coordinates instead of mouse coordinates. The return value is one of the TGridZone enumeration values.
CellToGridZone is used in the implementation of methods like MouseUp, CacheMouseDown, Clean, and LoadContent.
Version 4.0 | Generated 2025-05-03 | Home |