|
RAD Studio VCL Reference
|
Sets the Left, Top, Width, and Height properties all at once.
procedure SetBounds(ALeft: Integer; ATop: Integer; AWidth: Integer; AHeight: Integer); override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|