Difference between revisions of "RPC HELP TParamType"

From VistApedia
Jump to: navigation, search
(Created page with "<h2>TParamType</h2> <h3>Unit</h3> TRPCB <h3>Declaration</h3> TParamType = (literal, reference, list, undefined); <h3>Description</h3> The '''TP...")
 
(No difference)

Latest revision as of 14:31, 5 July 2015

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.