Icon OnRemoteReceiveProgress Event

property OnRemoteReceiveProgress: TSendReceiveProgressEvent

Usage

The OnRemoteReceiveProgress event is fired whenever a remote session receives a response from the database server. The NumBytes parameter indicates the amount of data in bytes that has been received so far, and always starts at 0 bytes to indicate the beginning of a response. The PercentDone parameter indicates the percentage of the response that has been received so far, and is also 0 at the beginning of a response.
Image