RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStatusBar.SetBounds Method

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

Pascal
procedure SetBounds(ALeft: Integer; ATop: Integer; AWidth: Integer; AHeight: Integer); override;
C++
virtual __fastcall SetBounds(int ALeft, int ATop, int AWidth, int AHeight);

TCustomStatusBar overrides SetBounds in order to update the size grip. 

ALeft, ATop, AWidth, and AHeight specify the new values for the Left, Top, Width, and Height properties, respectively. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!