Vcl.AppEvnts.TCustomApplicationEvents.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomApplicationEvents(System::Classes::TComponent* AOwner);

Propriétés

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

Description

Create crée un nouvel objet TCustomApplicationEvents.

Appelez Create pour instancier TCustomApplicationEvents à l'exécution. Les composants ajoutés aux fiches à la conception sont créés automatiquement.

Create ajoute le composant à la liste interne de composants qui répondent aux événements de l'application. Une fois le composant créé, il répond à n'importe quel événement de l'application tant qu'un autre composant TCustomApplicationEvents ne l'empêche en appelant CancelDispatch.

Voir aussi