Table of Contents

TAureliusDatasetView.FilterState Method

Returns the filter state of the record at the given 0-based index.

Syntax

Unit: Aurelius.Bind.BaseDataset

function TAureliusDatasetView.FilterState(Index: Integer): TRowFilterState;

Parameters

<-> Parameter Type Description
Index Integer The 0-based position of the record in the unfiltered list.

Returns

The TRowFilterState for the record, or Undefined if the index is beyond the current tracked range.

See also