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