IBX.IBSQLMonitor.TIBCustomSQLMonitor.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

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

Beschreibung

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.