Vcl.ExtCtrls.TCustomControlBar.OnBandDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBandDrag: TBandDragEvent read FOnBandDrag write FOnBandDrag;

C++

__property TBandDragEvent OnBandDrag = {read=FOnBandDrag, write=FOnBandDrag};

Properties

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

Description

Occurs when the user starts a drag operation on a specified control.

Use OnBandDrag to conditionally allow the user to start dragging a control in the control bar.

OnBandDrag is an event handler of type Vcl.ExtCtrls.TBandDragEvent.

See Also