type
TScFTPOnRetrieveListEvent = procedure(Sender: TObject; const Path: string) of object;
property BeforeRetrieveList: TScFTPOnRetrieveListEvent;
Description
Occurs before 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