RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBImage.Create Constructor

Creates and initializes an instance of TDBImage.

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

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

Pass a single Component as a parameter to provide the TDBLookupComboBox object with an Owner that is responsible for freeing it. 

 

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