Indy 9
TIdFtpAfterGet
See Also, Unit: IdFTP
Event type signalled on completion of data retrieval.
TIdFtpAfterGet = procedure (ASender: TObject; VStream: TStream) of object;
Unit
IdFTP
Parameters
ASender
FTP Client for the event notification.
VStream
Stream containing retrieved data.
Description
TIdFtpAfterGet is an event type signalled when an FTP client completes data retrieval from an FTP server using TIdFTP.Get. TIdFtpAfterGet is the event type used to represent the TIdFTP.OnAfterGet property.

Applications must assign a procedure to the event handler to allow responding to the event notification. The procedure can be used to perform pre-processing for data found in VStream, or to update progress indicators in the application.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.