Applies to
TContainer
Declaration
procedure Sort(BegLine,EndLine: integer; Descend: boolean); public
procedure Sort(BegLine,EndLine: integer; Descend: boolean);
Description
Performs quick sort on the given range of the container items. Note: OnCompare event handler must be defined!