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