System.UITypes.TMsgDlgButtons
Delphi
type TMsgDlgButtons = set of TMsgDlgBtn;
C++
typedef System::Set<TMsgDlgBtn, _DELPHI_SET_ENUMERATOR(TMsgDlgBtn::mbYes), _DELPHI_SET_ENUMERATOR(TMsgDlgBtn::mbClose)> TMsgDlgButtons;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
set typedef |
public | System.UITypes.pas System.UITypes.hpp |
System.UITypes | System.UITypes |
Description
Delphi set of dialog box buttons.
- Tip: If you are using FireMonkey, the FMX.Dialogs unit defines constants that you can use to represent some predefined sets of buttons.