|
Internet Direct (Indy)
|
Constructor for the object instance.
constructor Create; virtual;
Create is the constructor for the object instance. Create is declared as a virtual method in TIdNotify to allow descendant classes to reimplement the constuctor to initialize its notification mechanism.
Create calls the inherited Create method prior to exiting from the constructor.
|
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. |