[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TWinControl.ChangeScale

Scales (resizes) the control and all of its child controls.

Declaration

Source position: controls.pp line 2123

protected procedure TWinControl.ChangeScale(

  Multiplier: Integer;

  Divider: Integer

); override;

See also

TControl.ChangeScale

  

Applies scaling (multiplier and divider) to the bounds coordinates, constraints, and Font in a control.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.