[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; |
lazarus-ccr.sourceforge.net |