TRPCBroker Component

Properties Methods Example

Parent Class
TRPCBroker = class(TComponent)

Unit
TRPCB

Description
The TRPCBroker component provides VISTA application developers with all of the client/server-related functionality in one integrated component. Using the TRPCBroker component, an application can connect to the server by simply setting the Connected property to True. Remote procedures on the server can be executed by preparing the Param and RemoteProcedure properties and invoking either the Call, strCall or lstCall methods.

information icon Properties inherited from the parent component (i.e., TComponent) are not discussed in this help file (only those properties added to the parent component are described). For help on inherited properties, please see Delphi's documentation on the parent component (i.e., TComponent).

information icon Please note, a test version (i.e., version 1T11) of the RPC Broker component was previously made available to select users in October 1995 via the RPC Broker Development Kit (BDK). Users of that version of the Delphi component (i.e., TRPCBroker) should be aware that some of the properties, methods, and events found with that version of the Broker component have either been modified or removed from this version of the component because they are obsolete. In addition, new properties, methods, and objects have been added with this latest version of the TRPCBroker component.