RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.ChangeScale Method

Repositions and resizes the form by the ratio M/D, adjusting its client area and font size as needed.

Pascal
procedure ChangeScale(M: Integer; D: Integer); override;
C++
virtual __fastcall ChangeScale(int M, int D);

TCustomForm overrides ChangeScale to rescale any scroll bars and child controls. 

 

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