Table of Contents

TTMSFNCDataGrid.HasRowData Method

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

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: 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.