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

Reference for unit 'Dialogs': Constants

BitBtnKindToMsgDlgBtn

  

A constant array used to convert the kind of BitButton to the kind of message buttons.

cInputQueryEditSizePercents

  

Input Query Edit size as a percentage of the monitor width.

cInputQueryEditSizePixels

  

Input Query Edit size in pixels.

cInputQuerySpacingSize

  

Spacing between the controls on an Input Query dialog.

DefaultColorDialogOptions

  

Specifies the default options enabled in TColorDialog.

DefaultOpenDialogOptions

  

Set constant with the default Open Dialog options used in TOpenDialog.

mbAbort

  

Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp.

mbAbortRetryIgnore

  

A set constant to show an Abort, Retry , Ignore buttons on a message dialog.

mbAll

  

Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp.

mbCancel

  

Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp.

mbClose

  

Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp.

mbHelp

  

Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp.

mbIgnore

  

Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp.

mbNo

  

Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp.

mbNoToAll

  

Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp.

mbOK

  

Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp.

mbOKCancel

  

A set constant to show an OK and a Cancel button on a message dialog.

mbRetry

  

Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp.

mbYes

  

Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp.

mbYesNo

  

A set constant with Yes, No buttons.

mbYesNoCancel

  

A set constant with Yes, No, Cancel buttons.

mbYesToAll

  

Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp.

MsgDlgBtnToBitBtnKind

  

A constant array used to convert the kind of message buttons to the kind of BitButton.

mtConfirmation

  

Alias to the TMsgDlgType enumeration value in system.uitypes.pp.

mtCustom

  

Alias to the TMsgDlgType enumeration value in system.uitypes.pp.

mtError

  

Alias to the TMsgDlgType enumeration value in system.uitypes.pp.

mtInformation

  

Alias to the TMsgDlgType enumeration value in system.uitypes.pp.

mtWarning

  

Alias to the TMsgDlgType enumeration value in system.uitypes.pp.

ofExNoPlacesBar

  

Mapped to the ofHidePinnedPlaces option in TOpenOptionEx. Maintains code compatibility with older Delphi versions.

PBST_ERROR

  

Numeric constant used in the Task Dialog API to represent pbsError from the TProgressBarState enumeration.

PBST_NORMAL

  

Numeric constant used in the Task Dialog API to represent pbsNormal from the TProgressBarState enumeration.

PBST_PAUSED

  

Numeric constant used in the Task Dialog API to represent pbsPaused from the TProgressBarState enumeration.

PB_DEFMAX

  

Numeric constant which defines the default value for the Max property in a progress bar.

PB_DEFMIN

  

Numeric constant which defines the default value for the Min property in a progress bar.

TaskDialogFirstButtonIndex

  

Lowest index value for a button identifier used on a task dialog instance.

TaskDialogFirstRadioButtonIndex

  

Lowest index value for a radio button used on a TTaskDialog instance.

TDE_CONTENT

  

Numeric constant which identifies the text in the main content area on a task dialog.

TDE_EXPANDED_INFORMATION

  

Numeric constant which identifies the expandable text for a task dialog.

TDE_FOOTER

  

Numeric constant which identifies the footer text for a task dialog.

TDE_MAIN_INSTRUCTION

  

Numeric constant which identifies the title in the main content areas on a task dialog.


Version 4.0 Generated 2025-05-03 Home