property ElapsedMSecs : LongInt
The time elapsed since the protocol started.
In order to provide accurate character per second transfer rates, the protocol engine doesn't start the timer until it receives the first block from the remote computer, or until it sends the first data block. ElapsedMSecs is measured in milliseconds.
This property is most useful within an OnProtocolStatus event handler. See "Protocol status" in the printed documentation for more information.
See also: EstimateTransferSecs