Vcl.ExtCtrls.TControlBar.OnEndBandMove

From RAD Studio API Documentation

Delphi

property OnEndBandMove: TEndBandMoveEvent read FOnEndBandMove write FOnEndBandMove;

C++

__property OnEndBandMove;

Properties

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

Description

Occurs when a control band ends moving. {{#multireplace:Vcl.ExtCtrls.TControlBar.OnEndBandMove|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ExtCtrls.TCustomControlBar.OnEndBandMove|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.OnEndBandMove|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Occurs when a control band ends moving.

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

See Also