RPC HELP Mult First

From VistApedia
Revision as of 22:05, 3 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home <h2>First Property (TMult Class)</h2> Back Example <h3>Applies to</h3> [[RPC_HE...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RPC Broker Help Home

First Property (TMult Class)

Back

Example

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.