[Overview][Classes][Procedures and functions][Index] Reference for unit 'ExtDlgs' (#lcl)

TCalculatorDialog.DialogScale

Scaling percentage applied to the calculator dialog form.

Declaration

Source position: extdlgs.pas line 177

published property TCalculatorDialog.DialogScale : Integer
  read FDialogScale
  write SetDialogScale
  default 100;

Description

DialogScale is an Integer property which indicates the scaling percentage applied to the height and width for the calculator dialog. When the value for the property is changed, it its validated and adjusted to ensure that it is in the range 80...400 (the minimum and maximum allowed for the property).

DialogScale is passed as the multiplier argument to the ScaleBy method in TCalculatorForm; the divisor is always set to 100.

The default value for the property is 100, and indicates that the dialog is displayed at 100% of its designed size.

See also

TCalculatorDialog.Execute

  

Creates, configures, and displays the form for the calculator dialog.


Version 3.2 Generated 2024-02-25 Home