Internet Direct (Indy)
Home
PreviousUpNext
TIdFTPListBase Class

Implements the ancestor for structured directory listing parsers used in the Indy FTP client.

Pascal
TIdFTPListBase = class(TObject);

TIdFTPListBase is a TObject descendant that implements the ancestor class for structured directory listing parsers used in the Indy FTP client. 

TIdFTPListBase implements methods that are commonly used in all parsers, such as: 

 

ParseLine 
MakeNewItem 

 

These methods are normally overriden in descendant classes that recognize and parse specific directory listing formats returned by a remote FTP server. 

References to TIdFTPListBase descendants are used in the ListParserClass property in the TIdFTP client. 

Units with TIdFTPListBase descendant classes must be included in the uses clause in the source code for your application. Use the RegisterFTPListParser and UnregisterFTPListParser routines to manage registrations for descendant classes using the TIdFTPRegParseList variable for the parser framework.

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.