Difference between revisions of "RPC HELP TParams"
From VistApedia
(Created page with "<h2>TParams Class</h2> * Property * Method * Example <h2>Unit</h2> TRPCB Unit <h2>Description</h2> The TParams class is used to hold parameters (i...") |
|||
Line 1: | Line 1: | ||
<h2>TParams Class</h2> | <h2>TParams Class</h2> | ||
− | * Property | + | * [[RPC_HELP_TParams_Property|Property]] |
− | * Method | + | * [[RPC_HELP_TParams_Method|Method]] |
− | * Example | + | * [[RPC_HELP_TParams_Example|Example]] |
<h2>Unit</h2> [[RPC_HELP_TRPCB_Unit|TRPCB Unit]] | <h2>Unit</h2> [[RPC_HELP_TRPCB_Unit|TRPCB Unit]] |
Latest revision as of 01:09, 4 July 2015
TParams Class
Unit
TRPCB UnitDescription
The TParams class is used to hold parameters (i.e., array of TParamRecord) used in a remote procedure call (RPC). You don’t need to know in advance how many parameters you’ll need or allocate memory for them; a simple reference or an assignment to a parameter creates it.
The Clear procedure can be used to remove/clear data from TParams. Previously, this procedure was Private, but as of Patch XWB*1.1*13, it was made Public.