RPC HELP XWB REMOTE CLEAR Example
From VistApedia
XWB REMOTE CLEAR Example
The following is example of the XWB REMOTE CLEAR RPC:
brkrRPCBroker1.RemoteProcedure := 'XWB REMOTE CLEAR';
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 results of check