RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupCombo.Create Constructor

Creates an instance of TCustomEdit.

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

Call Create to create and initialize an instance of TCustomEdit. 

AOwner is another component, typically the form, that is responsible for freeing the edit control. It becomes the value of the Owner property. 

Derived objects that override the Create method should call the inherited Create before performing any additional initialization. 

 

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