[Overview][Types][Classes][Procedures and functions][Index] |
Specifies an event handler used to get layout and positioning information for control bands.
Source position: extctrls.pp line 1437
type TBandInfoEvent = procedure( |
Sender: TObject; |
Control: TControl; |
var Insets: TRect; |
var PreferredSize: Integer; |
var RowCount: Integer |
) of object; |
Sender |
|
Object for the notification event. |
TBandInfo is the type used to implement the OnBandInfo event handler in TCustomControlBar.
|
Event handler signalled to get the insets rectangles, preferred size, and row count for the control bar. |