Table of Contents

TTMSFNCCustomDataGrid.ValueIsEmpty Method

Returns True when the raw cell value is nil or an empty string.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

function ValueIsEmpty(AValue: TTMSFNCDataGridCellValue): Boolean;

Parameters

Name Description
AValue The raw cell value to test.

Returns

True if the value is considered empty.