FMX.Controls.TControl.OnDragEnd

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnDragEnd: TNotifyEvent read FOnDragEnd write FOnDragEnd;

C++

__property System::Classes::TNotifyEvent OnDragEnd = {read=FOnDragEnd, write=FOnDragEnd};

Propriétés

Type Visibilité  Source Unité  Parent
event public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl


Description

Se produit lorsque le glissement d'un contrôle se termine.

Une session de glissement peut être terminée soit en déposant le contrôle, soit en annulant le glissement.

OnDragEnd se produit aussi quand DragEnd est appelé.

Ecrivez un gestionnaire d’événements OnDragEnd pour spécifier ce qui arrive lorsqu'une session de glissement se termine.

Voir aussi