Indy 9
|
TIdFtpAfterGet = procedure (ASender: TObject; VStream: TStream) of object;
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.