Vcl.ExtCtrls.TControlBar.OnBandDrag
Delphi
property OnBandDrag: TBandDragEvent read FOnBandDrag write FOnBandDrag;
C++
__property OnBandDrag;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TControlBar |
Description
Occurs when the user starts a drag operation on a specified control. {{#multireplace:Vcl.ExtCtrls.TControlBar.OnBandDrag|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ExtCtrls.TCustomControlBar.OnBandDrag|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ExtCtrls.TCustomControlBar.OnBandDrag|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.