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 difference)

Revision as of 01:05, 4 July 2015

TParams Class

  • Property
  • Method
  • Example

Unit

TRPCB 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.