Vcl.ComCtrls.TAnimate.OnStop

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnStop: TNotifyEvent read FOnStop write FOnStop;

C++

__property System::Classes::TNotifyEvent OnStop = {read=FOnStop, write=FOnStop};

Propriétés

Type Visibilité  Source Unité  Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TAnimate

Description

Se produit quand le contrôle animation a terminé l'exécution.

Ecrivez un gestionnaire d'événements OnStop pour effectuer des actions spécifiques après la fin des répétitions de l'animation. Utilisez, par exemple, un gestionnaire d'événements OnStop pour interrompre toute action démarrée parallèlement dans un gestionnaire d'événements OnStart.

OnStop est un gestionnaire d'événements du type TNotifyEvent.

Voir aussi