Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControl.ScaleFormToDesign

Scales a size value from the run-time PPI for the parent form to the design-time PPI.

Declaration

Source position: controls.pp line 1561

public function TControl.ScaleFormToDesign(

  const ASize: Integer

):Integer;

Arguments

ASize

  

Original size value scaled in the method.

Function result

Scaled sized value.