RPC HELP TParams Assign

From VistApedia
Revision as of 01:20, 4 July 2015 by Kdtop (talk | contribs) (Created page with "<h2>Assign Method (TParams Class)</h2> Example <h3>Applies to</h3> TParams class <h3>Declaration</h3> procedure ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Assign Method (TParams Class)

Example

Applies to

TParams class

Declaration

   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.