Table of Contents

TTMSFNCDataGrid.ValueIsFloat Method

Returns True when the raw cell value represents a floating-point number.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Syntax

function ValueIsFloat(AValue: TTMSFNCDataGridCellValue): Boolean;

Parameters

Name Description
AValue The raw cell value to test.

Returns

True if the value is a float.