RPC HELP TParams Assign
From VistApedia
Assign Method (TParams Class)
Applies to
TParams classDeclaration
procedure Assign(Source: TParams);
Description
The Assign method for a TParams class takes another TParams class parameter. The Assign method is useful for copying one TParams class to another. The entire contents of the passed in TParams class are copied into the owner of the assign method. The Assign method first deletes all of the parameters in the receiving class and then copies the parameters from the passed in class, 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 class.