Difference between revisions of "RPC HELP Mult Sorted"

From VistApedia
Jump to: navigation, search
(Created page with " RPC Broker Help Home <h2>Sorted Property (TMult Class)</h2> Back Example <h3>Applies to</h3> [[RPC_...")
 
(No difference)

Latest revision as of 22:11, 3 July 2015

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.