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