RPC HELP Mult Sorted

From VistApedia
Jump to: navigation, search

RPC Broker Help Home

Sorted Property (TMult Class)

Back

Example

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.