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

TExtCommonDialog.DialogPosition

Specifies the position where the dialog is displayed.

Declaration

Source position: extdlgs.pas line 127

published property TExtCommonDialog.DialogPosition : TPosition
  read FDialogPosition
  write FDialogPosition
  default poMainFormCenter;

Description

DialogPosition is a TPosition property which specifies the position where the dialog is displayed. The default value for the property is poMainFormCenter, and indicates that the dialog is centered both horizontally and vertically on the main form for the application.

See TPosition for more information about the values in the enumeration and their meanings.

The value in DialogPosition is used in descendent classes when the dialog is Executed.

See also

TCalculatorDialog.Execute

  

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

TCalendarDialog.Execute

  

Creates and displays the form for the calendar dialog, and captures the results.

TPosition

  

Represents the Position and Size of a Form on Screen.


Version 4.0 Generated 2025-05-03 Home