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

TBandInfoEvent

Specifies an event handler used to get layout and positioning information for control bands.

Declaration

Source position: extctrls.pp line 1437

type TBandInfoEvent = procedure(

  Sender: TObject;

  Control: TControl;

  var Insets: TRect;

  var PreferredSize: Integer;

  var RowCount: Integer

) of object;

Arguments

Sender

  

Object for the notification event.

Description

TBandInfo is the type used to implement the OnBandInfo event handler in TCustomControlBar.

See also

TCustomControlBar.OnBandInfo

  

Event handler signalled to get the insets rectangles, preferred size, and row count for the control bar.