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

TCalculatorDialog.CalculatorLayout

CalculatorLayout - whether simple or normal.

Declaration

Source position: extdlgs.pas line 170

published property TCalculatorDialog.CalculatorLayout : TCalculatorLayout
  read FLayout
  write FLayout
  default clNormal;

Description

CalculatorLayout is a TCalculatorLayout property which specifies the layout used for the calculator dialog form in DlgForm. CalculatorLayout is passed as an argument to the CreateCalculatorForm routine in Execute, and determines the size and position for the panels and buttons on the form.

clNormal
Buttons and panels use a larger size with more whitespace
clSimple
Buttons and panels use a more compact size with less whitespace

The default value for the property is clNormal.

See also

TCalculatorDialog.Execute

  

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

TCalculatorLayout

  

Represents layouts used for panels on a TCalculatorForm instance.

CreateCalculatorForm

  

Creates, configures, and returns a new TCalculatorForm instance.


Version 4.0 Generated 2025-05-03 Home