System.UITypes.TMsgDlgType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMsgDlgType = (mtWarning, mtError, mtInformation, mtConfirmation, mtCustom);

C++

enum class DECLSPEC_DENUM TMsgDlgType : unsigned char { mtWarning, mtError, mtInformation, mtConfirmation, mtCustom };

Properties

Type Visibility Source Unit Parent
enum public
System.UITypes.pas
System.UITypes.hpp
System.UITypes System.UITypes

Description

Defines values describing the type of message box. The parameters and their meanings for FireMonkey are defined on FMX.Dialogs.MessageDlg.

See Also