RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBox.Create Constructor

Creates and initializes a TCustomComboBox instance.

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

Call Create to generate a 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!