Constructor for the object instance.
constructor Create( AOwner: TIdPersistent ); reintroduce;
Parameters |
Description |
AOwner |
Owner of the object instance. |
Create is the constructor for the object instance, and is reintroduced to allow assignment of the owner of the list and the class type for Items added to the collection.
Create calls the inherited constructor using AOwner and a TIdEMailAddressItem class reference as parameters.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|