Internet Direct (Indy)
|
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.
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. |