TTMSFNCDataGridRenderer.IsCellReadOnly Method
Returns True if the cell is marked read-only at the cell level, column level, or grid level.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
function IsCellReadOnly(ACell: TTMSFNCDataGridCellCoord): Boolean;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate to test. |
Returns
True when the cell cannot be edited.