ILanerSorterData.CalendarElement

Syntax

CalendarElement(Index: Integer): Integer;

Parameters

Index. Index of the field, by which the values are sorted.

Description

The CalendarElement property returns identifier of the calendar element that corresponds to the sorting field.

Comments

The field indexing is continuous and starts with zero. Number of the fields, by which sorting is based, is returned by the ILanerSorterData.Count property.

Example

The property use is given in the example for ILaner.Sorter.

See also:

ILanerSorterData