RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBListBox.Create Constructor

Creates and initializes an instance of TDBListBox.

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

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

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