TTMSFNCDataGridData.ValueIsBoolean Method
Returns True when the raw cell value holds a Boolean.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
class function ValueIsBoolean(AValue: TTMSFNCDataGridCellValue): Boolean;
Parameters
| Name | Description |
|---|---|
AValue |
Cell value to test or convert. |
Returns
True when the value matches the tested type; otherwise False.