Icon OnRemoteSendProgress Event

property OnRemoteSendProgress: TEDBRemoteProgressEvent

The OnRemoteSendProgress event is fired whenever a remote session sends a request to the ElevateDB Server. The NumBytes parameter indicates the amount of data in bytes that has been sent so far, and always starts at 0 bytes to indicate the beginning of a request. The PercentDone parameter indicates the percentage of the request that has been sent so far, and is also 0 at the beginning of a request.
Image