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

TCalcEdit.DialogPosition

Position where the calculator dialog is displayed.

Declaration

Source position: editbtn.pas line 880

published property TCalcEdit.DialogPosition : TPosition
  read FDialogPosition
  write FDialogPosition
  default poScreenCenter;

Description

DialogPosition is a TPosition property with the position where the calculator dialog is displayed when the button for the control is clicked. The default value for the property is poScreenCenter.

Values in DialogPosition, DialogTop, and DialogLeft are assigned to the form for the dialog in the RunDialog method.

See also

TCalcEdit.DialogTop

  

Vertical coordinate for the dialog displayed for the control.

TCalcEdit.DialogLeft

  

Horizontal coordinate for the dialog displayed for the control.

TCalcEdit.RunDialog

  

RunDialog - perform the function of the dialog.

TPosition

  

Represents the Position and Size of a Form on Screen.


Version 4.0 Generated 2025-05-03 Home