Internet Direct (Indy)
Home
PreviousUpNext
TIdFTPListItem.Create Constructor

Constructor for the collection item.

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

Create is the overridden constructor for the collection item. 

Create calls the inherited constructo using the value in AOwner as the owner of the collection item. 

Creates sets the default values for properties in the collection item entry, including: 

 

Property 
Default Value 
Data 
'' (empty string) 
ditFile 
Size 
0.0 (empty date/time value) 
'' (empty string) 
'' (empty string) 
True 
True 

 

Use Free to destroy the current object instance.

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.