System.UITypes.TMsgDlgType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
enum public
System.UITypes.pas
System.UITypes.hpp
System.UITypes System.UITypes


説明

ダイアログ ボックスのタイプで、通常、その概観に影響します。

次の表は、利用可能な値を一覧しています:

意味

mtWarning

発生する可能性のある問題について、ユーザーに警告します。

mtError

ユーザーに発生したエラーを報告します。

mtInformation

ユーザーに情報を提供します。

mtConfirmation

ユーザーに確認します。

mtCustom

上記以外。

関連項目