API:Vcl.ActnCtrls.TCustomActionToolBar.SetBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBounds(ALeft: Integer; ATop: Integer; AWidth: Integer;
AHeight: Integer); override;

C++

virtual void __fastcall SetBounds(int ALeft, int ATop, int AWidth, int AHeight);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionToolBar

Description

Sets the bounds based on whether the popup is expanded or not

Vcl.ActnCtrls.TCustomActionToolBar.SetBounds inherits from Vcl.ActnMan.TCustomActionBar.SetBounds. All content below this line refers to Vcl.ActnMan.TCustomActionBar.SetBounds.

Sets the bounds based on whether the popup is expanded or not

SetBounds calls the inherited method after altering the AWidth and AHeight parameters (if necessary) to include the width and height of the expanded popup menu. For more information about SetBounds, see the documentation for the inherited method.

See Also