RPC HELP TParams: Difference between revisions
From VistApedia
Jump to navigationJump to search
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..." |
No edit summary |
||
| 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
Description
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.