Vcl.Controls.TWinControl.ScaleControls
Delphi
procedure ScaleControls(M, D: Integer);
C++
void __fastcall ScaleControls(int M, int D);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TWinControl |
Description
Rescale child controls only.
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.