RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBText.Create Constructor

Creates an instance of TDBText.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TDBText(TComponent * AOwner);

Call Create to instantiate a TDBText object at runtime. For TDBText objects placed on forms or data modules at design time, Create is called automatically. 

The AOwner parameter specifies the Owner for the TDBText control. The Owner is responsible for freeing the control. Typically, this is a form. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!