RPC HELP Mult Last
From VistApedia
Last Property (TMult Class)
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