Field-Map Scripting

4.5.4.13 SortAscending

SortAscending procedure


Prototype:

procedure SortAscending(const ValueIndex :integer);

Description:

  SortAscending procedure sorts values of the IntegerList by ascending

Syntax:

MultiVariantList.SortAscending(ValueIndex);


Part

Description


MultiVariantList

A reference to an instance of a TMultiListWrapper


ValueIndex

 An integer parameter represents value index position in the MultiVariantList

Return value:

none



Note: This procedure is available since version X7.



See also:

Free; Add; Clear; Assign; Delete; Count; NumberOfVariantsPerItem; AsText; Value; ValueAsFloat; ValueAsInteger; ValueAsString; SortAscending; SortDescending; SortMultiAscending; SortMultiDescending; IndexOf; IndexOfMulti