Vcl.ExtCtrls.TCustomControlBar.OnBeginBandMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeginBandMove: TBeginBandMoveEvent read FOnBeginBandMove write FOnBeginBandMove;

C++

__property TBeginBandMoveEvent OnBeginBandMove = {read=FOnBeginBandMove, write=FOnBeginBandMove};

Properties

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

Description

Occurs when a control band begins to move.

OnBeginBandMove is an event handler of type Vcl.ExtCtrls.TBeginBandMoveEvent.

See Also