Constructor for the collection item.
constructor Create( ACollection: TIdCollection ); override;
Parameters |
Description |
ACollection |
Owner of the collection item. |
Create is the constructor for the collection item.
Create calls the inherited constructor using ACollection as the owner for the collection item.
Create sets the internal cookie version to cvNetscape prior to exiting from the method.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|