Table of Contents

TTMSFNCDataGrid.ValueIsString Method

Returns True when the raw cell value is a string type.

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

Syntax

function ValueIsString(AValue: TTMSFNCDataGridCellValue): Boolean;

Parameters

Name Description
AValue The raw cell value to test.

Returns

True if the value is a string.