System.UITypes.TMsgDlgButtons

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

Delphi

type TMsgDlgButtons = set of TMsgDlgBtn;

C++

typedef System::Set<TMsgDlgBtn, _DELPHI_SET_ENUMERATOR(TMsgDlgBtn::mbYes), _DELPHI_SET_ENUMERATOR(TMsgDlgBtn::mbClose)> TMsgDlgButtons;

プロパティ

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


説明

ダイアログ ボックスのボタンDelphi セット

ヒント: FireMonkey を使用する場合、FMX.Dialogs ユニットでは、あらかじめ定義されているボタンのセットを表すのに使用できる定数が定義されています。