RPC HELP XWB DEFERRED CLEARALL Example

From VistApedia
Jump to navigationJump to search

RPC Broker Help Home

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;