Vcl.ExtCtrls.TCustomControlBar.OnEndBandMove

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnEndBandMove: TEndBandMoveEvent read FOnEndBandMove write FOnEndBandMove;

C++

__property TEndBandMoveEvent OnEndBandMove = {read=FOnEndBandMove, write=FOnEndBandMove};

Propriétés

Type Visibilité  Source Unité  Parent
event protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomControlBar

Description

Se produit quand une bande de contrôle finit de se déplacer.

OnEndBandMove est un gestionnaire d’événements du type Vcl.ExtCtrls.TEndBandMoveEvent.

Voir aussi