IBX.IBSQLMonitor.TIBSQLMonitor.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner : TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
IBX.IBSQLMonitor.pas
IBX.IBSQLMonitor.hpp
IBX.IBSQLMonitor TIBSQLMonitor

Beschreibung

Erzeugt eine Instanz von TIBCustomSQLMonitor.

IBX.IBSQLMonitor.TIBSQLMonitor.Create erbt von IBX.IBSQLMonitor.TIBCustomSQLMonitor.Create. Der folgende Inhalt bezieht sich auf IBX.IBSQLMonitor.TIBCustomSQLMonitor.Create.

Erzeugt eine Instanz von TIBCustomSQLMonitor.

Mit Create erstellen Sie eine Instanz von TIBCustomSQLMonitor. Die Methode führt außerdem folgende Aktionen aus:

  1. Erzeugung des Fensters.
  2. Registrierung des Ereignisses.
  3. Auslösen des Monitor-Threads.