System.UITypes.TMsgDlgType
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 |
説明
ダイアログ ボックスのタイプで、通常、その概観に影響します。
次の表は、利用可能な値を一覧しています:
値 | 意味 |
---|---|
|
発生する可能性のある問題について、ユーザーに警告します。 |
|
ユーザーに発生したエラーを報告します。 |
|
ユーザーに情報を提供します。 |
|
ユーザーに確認します。 |
|
上記以外。 |