TTMSFNCCustomDataGrid.ValueIsString Method
Returns True when the raw cell value is a string type.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
function ValueIsString(AValue: TTMSFNCDataGridCellValue): Boolean;
Parameters
| Name | Description |
|---|---|
AValue |
The raw cell value to test. |
Returns
True if the value is a string.