Table of Contents

TTMSFNCDataGridData.ValueIsEmpty Method

Returns True when the raw cell value is empty (no data).

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Syntax

class function ValueIsEmpty(AValue: TTMSFNCDataGridCellValue): Boolean;

Parameters

Name Description
AValue Cell value to test or convert.

Returns

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