Call Method

Example


procedure Call;

This method executes a remote procedure on the server and returns the results in the Results property. Call expects the name of the remote procedure and its parameters to be set up in the RemoteProcedure and Param properties respectively. If ClearResults is True, then the Results property is cleared before the call. If ClearParameters is True, then the Param property is cleared after the call finishes.

information icon See RPC Limits for information about the size of parameters and results that can be passed to and returned from the TRPCBroker component.

information iconWhenever the Broker makes a call to the server, the cursor is automatically changed to the hourglass symbol as seen in other Microsoft compliant software.