RPC HELP TParamType

From VistApedia
Revision as of 14:31, 5 July 2015 by Kdtop (talk | contribs) (Created page with "<h2>TParamType</h2> <h3>Unit</h3> TRPCB <h3>Declaration</h3> TParamType = (literal, reference, list, undefined); <h3>Description</h3> The '''TP...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

TParamType

Unit

TRPCB

Declaration

   TParamType = (literal, reference, list, undefined);

Description

The TParamType type defines the possible values of the RPC parameter type (PType property of TParamRecord class).

Use of the undefined TParamType in applications is not supported. It exists for the RPC Broker’s internal use only.