API:Vcl.AppEvnts.TApplicationEvents

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Delphi

TApplicationEvents = class(TCustomApplicationEvents)

C++

class PASCALIMPLEMENTATION TApplicationEvents : public TCustomApplicationEvents

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.

Vcl.AppEvnts.TApplicationEvents hérite de Vcl.AppEvnts.TCustomApplicationEvents. Tout le contenu en-dessous de cette ligne se réfère à Vcl.AppEvnts.TCustomApplicationEvents.

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