Topic Path: Symbol Reference > Functions > RegisterFTPListParser Function
ContentsIndexHome
PreviousUpNext
RegisterFTPListParser Function

Adds a TIdFTPListParserBase descendant to the list of parser classes available for use in the Indy FTP client.

File
procedure RegisterFTPListParser(
    const AParser: TIdFTPListParseClass
);
Parameters 
Description 
AParser 
Scope is const. Type is TIdFTPListParseClass

RegisterFTPListParser is a procedure used to add a TIdFTPListParserBase descendant to the list of parser classes available for use in the Indy FTP client. 

RegisterFTPListParser uses the Add method in GParserList to store the object reference in AParser in the list of registered parser classes. 

By default, both TIdFTPLPNList and TIdFTPLPMList classes are registered for use in the Indy FTP client. These represent the parsers used for listings in the NLST and MLST formats. 

Use UnregisterFTPListParser to remove a registed list parser class from thelist available for use in the Indy FTP client.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.