RPC HELP Mult Sorted
From VistApedia
Sorted Property (TMult Class)
Applies to
TMult Class
Declaration
property Sorted : Boolean;
Description
The Sorted design-time property value determines the order of the items in a TMult variable. If Sorted is True, the items are sorted in ascending order of their string subscripts. If Sorted is False (default), the items are unsorted, and will appear in the order they were added. Keep in mind that changing Sorted from False to True will irreversibly sort the list so that changing Sorted back to False will not put the list back in its original order, unless the original order was already sorted of course.