Internet Direct (Indy)
|
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 the TIdWin32ea object instance used to represent the Attributes property, and sets the default value for the AttibutesAvail property to False.
Use Free to ensure that Destroy is called to free resources allocated for the collection item.
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. |