TTMSFNCDataGridData.IsCellDisplayed Method
Returns True when the cell is currently rendered (not hidden and within the visible range).
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
function IsCellDisplayed(ACell: TTMSFNCDataGridCellCoord): Boolean; override;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate used by the operation. |
Returns
True when the condition described by the method name is met; otherwise False.