RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupControl.Create Constructor

Creates an instance of TDBLookupControl.

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

Call Create to instantiate a lookup control at runtime. For lookup controls placed on forms or data modules at design time, Create is called automatically. 

AOwner is the component that is responsible for freeing the lookup control. It becomes the value of the Owner property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!