IRdsDictionaryElements.CreateSorter

Syntax

CreateSorter:(ParentKey: Integer): IRdsElementsSorter;

Parameters

ParentKey. Key of a parent element, for which child elements are sorted.

Description

The CreateSorter method creates an object that sorts child elements of an element passed by the ParentKey parameter.

Example

The property use is given in the example for IRdsElementComparer.Less.

See also:

IRdsDictionaryElements