Vcl.AppEvnts.TCustomApplicationEvents
Delphi
TCustomApplicationEvents = class(TComponent)
C++
class PASCALIMPLEMENTATION TCustomApplicationEvents : public System::Classes::TComponent
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.
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.