Bde.DBTables.TQuery.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TQuery(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TQuery

Description

Creates an instance of a query component.

Call Create to instantiate a query at runtime. Query components placed in forms or data modules at design time are created automatically.

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

See Also