Internet Direct (Indy)
Home
PreviousUpNext
TIdFTPRegParseList Class

Maintains a list of registered parsers for creating structured directory listings in the Indy FTP client.

Pascal
TIdFTPRegParseList = class(TIdList);

TIdFTPRegParseList is a TIdList descendant used to maintain registered parsers for creating structured directory listings in the Indy FTP client. TIdFTPRegParseList introduces convenience methods that can be used to examine parser capabilties, check directory listing formats, and to parse structured directory listings by calling methods in the TIdFTPListParserBase class descendants. 

A single instance of TIdFTPRegParseList is for the GParserList variable. TIdFTPRegParseList is used to register and unregister directory listing parser classes available for use in the framework. 

Use RegisterFTPListParser to register a specific parser class for use with the FTP client. 

Use UnregisterFTPListParser to disable use of a specific parser class in the FTP client.

TIdList 

TIdFTPRegParseList 

GParserList 

RegisterFTPListParser 

UnregisterFTPListParser

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.