Internet Direct (Indy)
Home
PreviousUpNext
TIdMinimalFTPListItem Class

Implements a common ancestor for minimalistic FTP directory listing formats.

Pascal
TIdMinimalFTPListItem = class(TIdFTPListItem);

TIdMinimalFTPListItem is a TIdFTPListItem descendant that implements a common ancestor for minimalistic FTP directory listing formats. Minimalized FTP directory listing formats do not include many features or aspects common to modern FTP listing formats. Chiefly these include the Size and Modified values from the inherited TIdFTPListItem class. 

TIdMinimalFTPListItem is essentially an abstract class, but it does implement an overridden constructor that assigns the default values for the SizeAvail and ModifiedAvail properties. 

Applications do not normally create instances of TIdMinimalFTPListItem; use one the descendant classes like: 

 

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.