RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBComboBox.Create Constructor

Creates an instance of TDBComboBox.

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

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

AOwner is the component, typically the form, that is responsible for freeing the combo box. 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!