IBX.IBExtract.TIBExtract.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner : TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
IBX.IBExtract.pas
IBX.IBExtract.hpp
IBX.IBExtract TIBExtract

Description

Creates an instance of TIBExtract.

Call Create to create an instance of TIBExtract at runtime. TIBExtract components added to forms or data modules at design time are created automatically.

AOwner specifies the component that is responsible for freeing the TIBExtract instance. If AOwner is a TIBDatabase component, it is used to initialize the Database property.