RPC HELP TRPCBroker pchCall Method

From VistApedia
Jump to: navigation, search

pchCall Method

Applies to

   TRPCBroker component

Declaration

   function pchCall: Pchar;

Description

The pchCall function is the lowest level call used by the TRPCBroker component and each of the other Call methods (i.e., Call, strCall, and lstCall), which are implemented via pchCall. The return value is a Pchar, which can contain anything from a null string, a single text string, or many strings each separated by Return and/or LineFeed characters. For converting multiple lines within the return value into a Tstrings, use the SetText method of the Tstrings.