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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|