TTMSFNCDataGridRenderer.IsCellSelected Method
Returns True if the given cell falls within the current selection.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
function IsCellSelected(ACell: TTMSFNCDataGridCellCoord): Boolean;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate to test. |
Returns
True when the cell is part of the current selection.