Applies to
TMult component
Declaration
property Last: string;
Description
The Last property contains the subscript of the last
item in a
TMult component. 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.