Internet Direct (Indy)
Home
PreviousUpNext
TIdFTP.OnAfterGet Event

Event handler signalled following completion of data transfer in the Get method.

Pascal
property OnAfterGet: TIdFtpAfterGet;

OnAfterGet is a TIdFtpAfterGet property that represents the event handler signalled following completion of data transfer in the Get method. 

Arguments to the event handler identify the stream containing the data on the local file system. 

Applications can use the OnAfterGet event handler to perform processing required to determine the actual size of the data transferred in the operation, creating permanent storage for the local data, or updating the GUI to indicate the status for the data transfer operation. Applications must assign a procedure to the event handler to allow responding to the event notification.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.