API:Vcl.AppEvnts.TApplicationEvents

De RAD Studio API Documentation

TApplicationEventsVcl.AppEvnts.TCustomApplicationEventsSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

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. {{#multireplace:Vcl.AppEvnts.TApplicationEvents|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} hérite de {{#multireplace:Vcl.AppEvnts.TCustomApplicationEvents|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Tout le contenu en-dessous de cette ligne se réfère à {{#multireplace:Vcl.AppEvnts.TCustomApplicationEvents|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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