Topic Path: Symbol Reference > Classes > TIdDOSBaseFTPListItem Class > TIdDOSBaseFTPListItem Methods > Create Constructor
ContentsIndexHome
PreviousUpNext
TIdDOSBaseFTPListItem.Create Constructor

Constructor for the collection item.

constructor Create(
    AOwner: TIdCollection
); override;
Parameters 
Description 
AOwner 
Collection that owns the collection item. 

Create is the overridden constructor for the collection item. Create calls the inherited constructor using AOwner as an argument. 

Create allocates resources required for the member that storages values for the Attributes property. 

Use free to call the destructor which frees resources allocated for the collection item.

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