Vcl.ExtCtrls.TEndBandMoveEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TEndBandMoveEvent = procedure (Sender: TObject; Control: TControl) of object;

C++

typedef void __fastcall (__closure *TEndBandMoveEvent)(System::TObject* Sender, Vcl::Controls::TControl* Control);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

TEndBandMoveEvent is the type of the Vcl.ExtCtrls.TCustomControlBar.OnEndBandMove and Vcl.ExtCtrls.TCustomControlBar.OnEndBandMove event handlers.

Sender is the control bar in which a band is about to be painted.

Control is the control on the band that is about to be painted.

See Also