IBX.IBConnectionBroker.TIBPooledConnection.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(AOwner : TComponent); override;

C++

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

プロパティ

種類 可視性 ソース ユニット
constructor public
IBX.IBConnectionBroker.pas
IBX.IBConnectionBroker.hpp
IBX.IBConnectionBroker TIBPooledConnection

説明

TIBPooledConnection インスタンスを作成します。

Create コンストラクタは、TIBPooledConnection クラスのインスタンスを作成および初期化します。 Create はまた、Database プロパティの設定も行います。

関連項目