Internet Direct (Indy)
Home
PreviousUpNext
TIdFTPRegParseList.EnumFTPListParsers Method

Locates the identifiers for registered parser classes available in the parser list.

Pascal
procedure EnumFTPListParsers(
    AData: TIdStrings
);
Parameters 
Description 
AData 
List of identifiers for the registered parser classes. 

EnumFTPListParsers is a method used to locate the names or identifiers for registered list parser classes available in the registered parser list. 

EnumFTPListParsers clears any existing content in the AData argument proper to locating identifiers to store in the argument. 

EnumFTPListParsers iterates over the object instances stored in the GParserList variable defined for the framework, and adds the identifiers for the list parser classes to the AData argument.

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.