Vcl.AppEvnts.TCustomApplicationEvents

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomApplicationEvents

Delphi

TCustomApplicationEvents = class(TComponent)

C++

class PASCALIMPLEMENTATION TCustomApplicationEvents : public System::Classes::TComponent

Propriétés

Type Visibilité  Source Unité  Parent
class public
Vcl.AppEvnts.pas
Vcl.AppEvnts.hpp
Vcl.AppEvnts Vcl.AppEvnts

Description

TCustomApplicationEvents intercepte les événements de niveau application.

Utilisez TCustomApplicationEvents comme classe de base pour les objets interceptant les événements de l'objet global Application. Chaque événement de l'objet TApplicationEvents est identique à l'événement de même nom dans l'objet Application.

Ne créez pas d'instances de TCustomApplicationEvents. Utilisez à la place un descendant de TCustomApplicationEvents, comme TApplicationEvents.

Voir aussi