Vcl.ActnMan.TCustomActionBar.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.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

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