Vcl.ExtCtrls.TCustomControlBar.OnEndBandMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEndBandMove: TEndBandMoveEvent read FOnEndBandMove write FOnEndBandMove;

C++

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

Properties

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

Description

Occurs when a control band ends moving.

OnEndBandMove is an event handler of type Vcl.ExtCtrls.TEndBandMoveEvent.

See Also