Internet Direct (Indy)
|
Constructor for the object instance.
constructor Create; virtual; overload; reintroduce;
Create is an overloaded virtual Constructor for the object instance.
For the .Net environment, Create calls the inherited Create method and calls the protected InitComponent method to perform initialization tasks for the new object instance.
For platforms implementing the Borland VCL, Create calls the overloaded Create method using an owner with the value Nil.
TIdInitializerComponent.Create
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. |