Vcl.ExtCtrls.TCustomControlBar.OnEndBandMove

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnEndBandMove: TEndBandMoveEvent read FOnEndBandMove write FOnEndBandMove;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomControlBar

Beschreibung

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

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

Siehe auch