Skip to main content
A newer version of this page is available. .

TdxForm.ChangeScale(Integer,Integer) Method

Scales the form and its components using the specified numerator and denominator values.

Declaration

procedure ChangeScale(M: Integer; D: Integer); overload; override; final;

Parameters

Name Type
M Integer
D Integer

Remarks

Call this procedure to multiply the numerator and denominator of the form’s UI scaling factor by the M and D parameters values, respectively.

See Also