Vcl.ExtCtrls.TControlBar.OnEndBandMove

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnEndBandMove: TEndBandMoveEvent read FOnEndBandMove write FOnEndBandMove;

C++

__property OnEndBandMove;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlBar

Beschreibung

Wird ausgelöst, wenn das Verschieben eines Steuerelementbandes beendet wird.

Vcl.ExtCtrls.TControlBar.OnEndBandMove erbt von Vcl.ExtCtrls.TCustomControlBar.OnEndBandMove. Der folgende Inhalt bezieht sich auf Vcl.ExtCtrls.TCustomControlBar.OnEndBandMove.

Wird ausgelöst, wenn das Verschieben eines Steuerelementbandes beendet wird.

OnEndBandMove ist eine Ereignisbehandlungsroutine des Typs Vcl.ExtCtrls.TEndBandMoveEvent.

Siehe auch