Icon OnRemoteProcedureProgress Event

property OnRemoteProcedureProgress: TProcedureProgressEvent

Usage

The OnRemoteProcedureProgress event is fired whenever a server-side procedure that has been called by the current remote session sends a progress notification back to the remote session using the SendProcedureProgress method. The Status parameter is a status message defined by the server-side procedure, the PercentDone parameter indicates the percentage of the server-side procedure currently executed, and the Abort variable parameter allows the remote session to abort the server-side procedure.

Information Whether the server-side procedure respects the setting of the Abort parameter is completely up to the server-side procedure and how it is implemented. It can choose to ignore this parameter completely, if desired.
Image