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

TCustomControlBar.GetControlInfo

Signals the OnBandInfo event handler to store control information in the arguments to the method.

Declaration

Source position: extctrls.pp line 1564

protected procedure TCustomControlBar.GetControlInfo(

  AControl: TControl;

  var Insets: TRect;

  var PreferredSize: Integer;

  var RowCount: Integer

); virtual;