Table of Contents

TAureliusDatasetView.GetFilteredIndex Method

Returns the 0-based position of a record within the filtered view given its position in the unfiltered list.

Syntax

Unit: Aurelius.Bind.BaseDataset

function TAureliusDatasetView.GetFilteredIndex(Index: Integer): Integer;

Parameters

<-> Parameter Type Description
Index Integer The 0-based index in the full (unfiltered) record list.

Returns

The 0-based index within the accepted records, or -1 if not accepted.

See also