RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.ScaleControls Method

Rescale child controls only.

Pascal
procedure ScaleControls(M: Integer; D: Integer);
C++
__fastcall ScaleControls(int M, int D);

Call ScaleControls to rescale only the children of the control, while leaving the control itself the same size. The parameters have the same meaning as in the ScaleBy method. 

 

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