RPC HELP Mult Last

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

RPC Broker Help Home

Last Property (TMult Class)

Back

Example

Applies to

TMult Class

Declaration

   property Last: String;

Description

The Last design-time property contains the subscript of the last item in a TMult class. The last item is always in count-1 Position. You can think of the Last property as a short cut to executing the TMult.Order(‘’,-1) method. If a TMult variable does not contain any items, the Last property will be empty