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