[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines whether the specified cell is visible.
Source position: grids.pas line 1362
public function TCustomGrid.IsCellVisible( |
aCol: Integer; |
aRow: Integer |
):Boolean; |
aCol |
|
Column number for the cell. |
aRow |
|
Row number for the cell. |
True if the cell is in the visible area for the grid control.
IsCellVisible is a Boolean function which indicates whether the cell specified by ACol and ARow is in the visible area for the grid control. IsCellVisible uses the internal cached grid information to determine if the cell is within the cached visible coordinates for the control.
IsCellVisible is used in methods like DrawRow, DoEnter, and InvalidateCell.
Use IsFixedCellVisible to determine whether a specific fixed cell is within the visible area for the control.
|
Determines if the specified cell is a visible fixed header cell in the grid. |
|
|
Draws the columns for the specified row in the grid control. |
|
|
Renders a cell invalid, and redraws the cell if required. |
|
|
Stores cached information about a grid control. |
Version 4.0 | Generated 2025-05-03 | Home |