Table of Contents

TTMSFNCCustomDataGrid.HasRowData Method

Returns True when the specified row contains at least one non-empty cell value.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

function HasRowData(ARow: Integer): Boolean;

Parameters

Name Description
ARow Zero-based row index to inspect.

Returns

True if any cell in the row has a non-empty value.