Internet Direct (Indy)
Home
PreviousUpNext
TIdFTP.OnDirParseEnd Property

Event handler signalled when a textual directory listing has been parsed into its structured form.

Pascal
property OnDirParseEnd: TIdNotifyEvent;

OnDirParseEnd is a TNotifyEvent property that represents the event handler signalled when a textual directory listing has been parsed into its structured form. 

OnDirParseEnd is triggered when parsing of the text in ListResult into collection items in DirectoryListing has been completed using the ListParserClass instance. Parsing occurs when reading values from an uninitialized instance of the DirectoryListing collection. 

OnDirParseEnd allows the application to perform actions need to keep the GUI interface synchronized with the actions of the FTP client; such as reading the contents of the structured DirectoryListing into a TListView or TTreeView in the user interface. 

Use OnDirParseStart to respond to the event notification that occurs when parsing of the directory listing is about to begin. 

Use OnRetrievedDir to respond to the event notification that occurs when the textual values in ListResults have been updated.

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.