Difference between revisions of "RPC HELP Mult Last"

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

Latest revision as of 22:09, 3 July 2015

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