Table of Contents

TTMSFNCDataGrid.ValueIsInteger Method

Returns True when the raw cell value represents an integer.

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

Syntax

function ValueIsInteger(AValue: TTMSFNCDataGridCellValue): Boolean;

Parameters

Name Description
AValue The raw cell value to test.

Returns

True if the value is an integer.