Table of Contents

TTMSFNCDataGridData.ValueIsInteger Method

Returns True when the raw cell value holds an integer.

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Syntax

class function ValueIsInteger(AValue: TTMSFNCDataGridCellValue): Boolean;

Parameters

Name Description
AValue Cell value to test or convert.

Returns

True when the value matches the tested type; otherwise False.