Applies to
TMult component
Declaration
procedure Assign(Source: TPersistent);
Description
The Assign method for a TMult component takes either
a TStrings, a TStringList, or another TMult. In the case where the source is a
TMult, the owner of the Assign method gets the exact copy of the source with all
string subscripts and values. In the case where the source is a TStrings or a
TStringList, the items are copied such that the strings property of each item
becomes the Value, while the index becomes the subscript in the string form.
See
RPC Limits for information about the size of
parameters and results that can be passed to and returned from the
TMult component.