RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBoxEx.Create Constructor

Creates and initializes a TCustomComboBoxEx instance.

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

Call Create to generate an extended combo box at runtime. Combo boxes placed on forms at design time are created automatically. 

AOwner is a component, typically the form, that is responsible for freeing the combo box instance. 

 

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