Applies to
TParams component
Declaration
procedure Assign(Source: TParams);
Description
The Assign method for a TParams component takes
another
TParams component parameter. The Assign method is
useful for copying one TParams component to another. The entire contents of the
passed in TParams component are copied into the owner of the assign method. The
Assign method first deletes all of the parameters in the receiving component and
then copies the parameters from the passed in component, creating a whole
duplicate copy.
See
RPC Limits for information about the size of
parameters and results that can be passed to and returned from the
TParams component.