|
RAD Studio VCL Reference
|
Creates an instance of a TIBDataBase component.
constructor Create(AOwner: TComponent); override;
virtual __fastcall TIBDataBase(TComponent * AOwner);
Call Create to instantiate a database component at runtime. An application can create a database component in order to control the component's existence and set its properties and events.
Create instantiates a database component and creates an empty list of dataset components for the DataSets property and an empty string list for the Params property.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|