API:Vcl.AppEvnts.TApplicationEvents

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.AppEvnts.TCustomApplicationEventsSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTApplicationEvents

Delphi

TApplicationEvents = class(TCustomApplicationEvents)

C++

class PASCALIMPLEMENTATION TApplicationEvents : public TCustomApplicationEvents

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.AppEvnts.pas
Vcl.AppEvnts.hpp
Vcl.AppEvnts Vcl.AppEvnts

Beschreibung

TCustomApplicationEvents ist die Basisklasse für Objekte, die Ereignisse auf Anwendungsebene behandeln.

Vcl.AppEvnts.TApplicationEvents erbt von Vcl.AppEvnts.TCustomApplicationEvents. Der folgende Inhalt bezieht sich auf Vcl.AppEvnts.TCustomApplicationEvents.

TCustomApplicationEvents ist die Basisklasse für Objekte, die Ereignisse auf Anwendungsebene behandeln.

Verwenden Sie TCustomApplicationEvents als Basisklasse für Objekte, die Ereignisse des globalen Objekts Application abfangen. Jedes Ereignis der Klasse entspricht dem gleichnamigen Ereignis von Application.

Erstellen Sie keine direkten Instanzen von TCustomApplicationEvents. Verwenden Sie stattdessen von TCustomApplicationEvents abgeleitete Klassen wie TApplicationEvents.

Siehe auch