Vcl.Forms.TCustomForm.ChangeScale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ChangeScale(M, D: Integer); override;

C++

DYNAMIC void __fastcall ChangeScale(int M, int D);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

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

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

See Also