IBX.IBConnectionBroker.TIBConnectionBroker.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

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

Create コンストラクタは、TIBConnectionBroker クラスのインスタンスを作成および初期化します。

Create はまた、CS1 重要セクションと、プロパティの MinConnectionsMaxConnections も初期化します。

関連項目