RPC HELP XWB DEFERRED CLEARALL Example
From VistApedia
Revision as of 22:39, 6 July 2015 by Kdtop (talk | contribs) (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...")
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;