Applies to
TMult component
Declaration
function Subscript(const Position: longint): string;
Description
The Subscript method takes the numeric position of
an item in a
TMult variable and returns its string subscript. If
TMult is empty, or the Position is greater than the
number of items in the list, an empty string will be returned.
The
Subscript and Position methods are the reciprocals of each other.
See
RPC Limits for information about the size of
parameters and results that can be passed to and returned from the
TMult component.