IBX.IBDatabaseINI.TIBDatabaseINI.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner : Tcomponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
IBX.IBDatabaseINI.pas
IBX.IBDatabaseINI.hpp
IBX.IBDatabaseINI TIBDatabaseINI

Description

Creates a TIBDatabaseINI instance.

The Create constructor creates a new instance of the TIBDatabaseINI class. AOwner specifies the owner component.

See Also