Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomControlBar.RemoveControl

Removes the specified band from the control bar.

Declaration

Source position: extctrls.pp line 1593

public procedure TCustomControlBar.RemoveControl(

  AControl: TControl

); override;

Arguments

AControl

  

Band removed from the control bar.

See also

TCtrlBand

  

Represents a band and control displayed by TControlBar.

TCtrlBands

  

Container used to store TCtrlBand instances.