lstCall Method

Example


procedure lstCall(OutputBuffer: TStrings);

This method executes a remote procedure on the server and returns the results into the passed TStrings- or TStringList-type variable, which you create outside of the call. It is important to free the memory later. lstCall expects the name of the remote procedure and its parameters to be set up in the RemoteProcedure and Param properties respectively. The Results property is not affected by this call. If ClearParameters is True, then the Param property is cleared after the call finishes.

information iconSee 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.