Vcl.ShadowWnd.TShadowWindow.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.ShadowWnd.pas
Vcl.ShadowWnd.hpp
Vcl.ShadowWnd TShadowWindow

Description

Sets the Left, Top, Width, and Height properties all at once.

SetBounds overrides the SetBounds method to change the boundaries of the shadow window at the same time.

See Also