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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|