Internet Direct (Indy)
|
constructor Create( AOwner: TIdCollection ); override;
Parameters |
Description |
AOwner |
Type is TIdCollection. |
Create is the overridden constructor for the object instance.
AOwner is the collection that owns the collection item. Create calls the inherited constructor using AOwner as an argument.
Create assigns the default values for the following inherited properties:
Property |
Value |
False | |
False |
The default value for the CreationDate property is an empty TIdDateTime value.
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. |