IBX.IBSQLMonitor.TIBSQLMonitor.Create

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

Delphi

constructor Create(AOwner : TComponent); override;

C++

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

プロパティ

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

説明

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

IBX.IBSQLMonitor.TIBSQLMonitor.Create は IBX.IBSQLMonitor.TIBCustomSQLMonitor.Create を継承しています。以下の内容はすべて IBX.IBSQLMonitor.TIBCustomSQLMonitor.Create を参照しています。

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

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

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