type

 TScFTPOnRetrieveListEvent = procedure(Sender: TObject; const Path: string) of object;

 

property AfterRetrieveList: TScFTPOnRetrieveListEvent;

 

Description

Occurs after retrieving a list of files and directories in the directory on the FTP server using the ExtListDirDetails, ListDir and ListDirDetails methods.

 

Parameters:

Sender - the object that raised the event;
Path - holds the directory on the FTP server.

 

See Also

ExtListDirDetails

ListDir

ListDirDetails

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support