[Overview][Constants][Types][Index] Reference for unit 'UITypes' (#lazutils)

TMsgDlgButtons

Alias to the TMsgDlgButtons type in the FPC RTL.

Declaration

Source position: uitypes.pas line 69

type TMsgDlgButtons = set of (

  mbYes,

  

Displays a 'Yes' button.

  mbNo,

  

Displays a 'No' button.

  mbOK,

  

Displays an 'OK' button.

  mbCancel,

  

Displays a 'Cancel' button.

  mbAbort,

  

Displays an 'Abort' button.

  mbRetry,

  

Displays a 'Retry' button.

  mbIgnore,

  

Displays an 'Ignore' button.

  mbAll,

  

Displays an 'All' button.

  mbNoToAll,

  

Displays a 'No to All' button.

  mbYesToAll,

  

Displays a 'Yes to All' button.

  mbHelp,

  

Displays a 'Help' button.

  mbClose

  

Displays a 'Close' button.

);

Description

TMsgDlgButtons is a set type used to store zero or more values from the TMsgDlgBtn enumeration. TMsgDlgButtons is passed as an argument to routines like: MessageDlg, MessageDlgPos, MessageDlgPosHelp, CreateMessageDialog, QuestionDlg, and LazMessageDlg.

Remark: TMsgDlgButtons has been deprecated in the UITypes unit for Lazarus versions after 2.0.12. Use the TMsgDlgButtons type from the System.UITypes unit in the FPC 3.2.0 RTL instead.

See also

MessageDlg

MessageDlgPos

MessageDlgPosHelp

CreateMessageDialog

QuestionDlg

LazMessageDlg


Version 3.2 Generated 2024-02-25 Home