RPC HELP XWB DEFERRED GETDATA Example

From VistApedia
Revision as of 22:32, 6 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home <h2>XWB DEFERRED GETDATA Example</h2> The following is example of the XWB DEFERRED GETDATA RPC: brkrRPCBroker1.RemoteProcedure :...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RPC Broker Help Home

XWB DEFERRED GETDATA Example

The following is example of the XWB DEFERRED GETDATA RPC:

   brkrRPCBroker1.RemoteProcedure := 'XWB DEFERRED GETDATA';
   brkrRPCBroker1.Param[0].Value :='MYHANDLE';
   brkrRPCBroker1.Param[0].PType := literal;
   try
     brkrRPCBroker1.Call;
   except
     On EBrokerError do
       ShowMessage('Connection to server could not be established!');
   end;
   .; code to handle data