RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBEdit.Create Constructor

Creates an instance of TDBEdit.

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

Call Create to create a TDBEdit object at runtime. TDBEdit objects placed on a form at design time are created automatically. 

Create overrides the inherited constructor to initialize the database handling capabilities of the edit control. 

AOwner is the component, typically the form, that is responsible for freeing the TDBEdit instance. It becomes the value of the Owner property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!