Difference between revisions of "RPC HELP Mult First"
From VistApedia
(Created page with " RPC Broker Help Home <h2>First Property (TMult Class)</h2> Back Example <h3>Applies to</h3> [[RPC_HE...") |
(No difference)
|
Latest revision as of 22:05, 3 July 2015
First Property (TMult Class)
Applies to
TMult Class
Declaration
property First: String;
Description
The First design-time property contains the subscript of the first item in a TMult class. The first item is always in the 0th Position. You can think of the First property as a short cut to executing the TMult.Order(‘’,1) method. If a TMult variable does not contain any items, the First property will be empty.