Internet Direct (Indy)
|
Constructor for the object instance.
constructor Create( AOwner: TComponent ); overload; reintroduce;
Parameters |
Description |
AOwner |
Owner of the object instance. |
Create is an overloaded constructor reintroduced in TIdBaseComponent for all platfoms except .Net.
Create is reintroduced to trap the condition where override constructors are used at compile time. This technique does not work in .Net, but we always test in VCL so this will catch it.
Create calls the inherited constructor.
TIdBaseComponent.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. |