Constructor for the object instance.
constructor Create( ACollection: TIdCollection ); override;
Parameters |
Description |
ACollection |
Owner of the collection item. |
Create is the constructor for the object instance, and adds the new TIdGopherMenuItem instance to the collection specified in the ACollection parameter.
Create is used internally in TIdGopher.GetMenu and TIdGopher.GetExtendedMenu methods.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|