[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TBandMoveEvent

Specifies an event handler signalled when a control band is moved.

Declaration

Source position: extctrls.pp line 1468

type TBandMoveEvent = procedure(

  Sender: TObject;

  Control: TControl;

  var ARect: TRect

) of object;

Arguments

Sender

  

Object (TCustomControlBar) for the event notification.

Control

  

Control for the event notification.

ARect

  

Updated display rectangle for the control returned from the handler.

Description

TBandMoveEvent is the type used to implement the OnBandMove property in TCustomControlBar.

See also

TCustomControlBar.OnBandMove

  

Event handler signalled when a control band is moved on the control bar.

TCustomControlBar.DoBandMove

  

Signals the OnBandMove event handler for the specified control and drawing rectangle.

TCustomControlBar.MoveBand

  

Performs actions needed when a band is moved to new position.

TCustomControlBar.InitializeBand

  

Configures a control bar band and calculates its row position, order, and geometry including client decorations.


Version 3.2 Generated 2024-02-25 Home