RPC HELP Mult Sorted

From VistApedia
Revision as of 22:11, 3 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home <h2>Sorted Property (TMult Class)</h2> Back Example <h3>Applies to</h3> [[RPC_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.