Vcl.ExtCtrls.TControlBar.OnBeginBandMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeginBandMove: TBeginBandMoveEvent read FOnBeginBandMove write FOnBeginBandMove;

C++

__property OnBeginBandMove;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlBar

Description

Occurs when a control band begins to move.

Vcl.ExtCtrls.TControlBar.OnBeginBandMove inherits from Vcl.ExtCtrls.TCustomControlBar.OnBeginBandMove. All content below this line refers to Vcl.ExtCtrls.TCustomControlBar.OnBeginBandMove.

Occurs when a control band begins to move.

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

See Also