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

TCustomControlBar.OnBandMove

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

Declaration

Source position: extctrls.pp line 1608

public property TCustomControlBar.OnBandMove : TBandMoveEvent
  read FOnBandMove
  write FOnBandMove;

Description

Signalled from the DoBandMove method (when assigned) using the TCustomControlBar and TCtrlBand instances as arguments. It occurs when the visibility and size for bands on the control are updated.

See also

TCustomControlBar.InitializeBand

  

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

TCustomControlBar.MoveBand

  

Determines the new position for a band moved using the mouse or by settings its coordinates, and rearranges adjacent bands (and rows) as needed.

TCustomControlBar.InsertControl

  

Creates and stores a new band for the specified control.

TCustomControlBar.CheckBandsSizeAndVisibility

  

Updates the size and visibility for TCtrlBand instances defined in the control bar.