Table of Contents

TTMSFNCCustomDataGrid.ValueIsInteger Method

Returns True when the raw cell value represents an integer.

API unit family: TMSFNCDataGrid Declaring type: 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.