RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupListBox.Create Constructor

Creates an instance of TDBLookupListBox.

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

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

Pass a single Component as a parameter to provide the TDBLookupListBox object with an Owner that is responsible for freeing it.After calling the inherited constructor to allocate and initialize a generic lookup control, Create creates and initializes the helper objects needed to link to a dataset. 

 

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