Difference between revisions of "RPC HELP XWB DEFERRED CLEARALL Example"
From VistApedia
(Created page with " RPC Broker Help Home <h2>XWB DEFERRED CLEARALL Example</h2> The following is example of the XWB DEFERRED CLEARALL RPC: brkrRPCBroker1.RemoteProcedure...") |
(No difference)
|
Revision as of 22:39, 6 July 2015
XWB DEFERRED CLEARALL Example
The following is example of the XWB DEFERRED CLEARALL RPC:
brkrRPCBroker1.RemoteProcedure := 'XWB DEFERRED CLEAR'; try brkrRPCBroker1.Call; except On EBrokerError do ShowMessage('Connection to server could not be established!'); end;