RPC HELP Mult First

From VistApedia
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.