IBX.IBSQLMonitor.TIBCustomSQLMonitor.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

TIBCustomSQLMonitor のインスタンスを作成します。

Create メソッドを呼び出すと,TIBCustomSQLMonitor のインスタンスを作成できます。また,Create は以下の処理も行います。

  1. ウィンドウの作成
  2. イベントの登録
  3. Monitor スレッドの起動