OnUpdateLength Event |
Top Previous Next |
Occurs every time a buffer of data of BufSize bytes are sent from the source file to the destination file. Previously this event is fired the Bytes property is updated accordingly to reflect the total amount of data sent.
Declaration
procedure OnUpdateLength (Sender: TObject)
Parameters
Sender: The IndFile object that raises the event.
See also OnRunning event.
|