FMX.Dialogs
Defines controls for FireMonkey dialog boxes.
| Package | fmx230.bpl | 
|---|
Contents
Classes
| TCommonDialog | TCommonDialog is the ancestor of all components that represent common dialog boxes. | 
| TOpenDialog | TOpenDialog is a class used to display a file-selection dialog. | 
| TSaveDialog | TSaveDialog is a class used to display a Save As-like dialog box. | 
Routines
| InputBox | Displays a dialog box for entering text. | 
| InputQuery | Displays a dialog box containing multiple input fields. | 
| MessageDlg | Displays a custom dialog box. | 
| MessageDlgPos | Displays a custom dialog box at a specified position. | 
| MessageDlgPosHelp | Displays a custom dialog box whose help is supplied in a help file. | 
| SelectDirectory | Brings up a dialog to allow the user to enter a directory name. | 
| ShowMessage | Displays a simple message box. | 
| ShowMessageFmt | Displays a simple message box. | 
| ShowMessagePos | Displays a simple message box at a specified position. | 
Types
| _di_TInputCloseBoxProc | |
| _di_TInputCloseDialogProc | |
| _di_TInputCloseQueryFunc | DelphiInterface used for handling methods of type TInputCloseQueryFunc in C++. | 
| _di_TInputCloseQueryProc | |
| Fmx_Dialogs | |
| TInputCloseBoxEvent | |
| TInputCloseBoxProc | |
| TInputCloseDialogEvent | |
| TInputCloseDialogProc | |
| TInputCloseQueryEvent | Procedural type used by the InputQuery function. | 
| TInputCloseQueryFunc | |
| TInputCloseQueryProc | |
| TInputCloseQueryWithResultEvent | 
Variables
| ButtonCaptions | |
| ModalResults | |
| MsgTitles | 
Constants
| mbAbortIgnore | mbAbortIgnore: Set = [mbAbort,mbIgnore]; | 
| mbAbortRetryIgnore | mbAbortRetryIgnore: Set = [mbAbort..mbIgnore]; | 
| mbOKCancel | mbOKCancel: Set = [mbOK..mbCancel]; | 
| mbYesAllNoAllCancel | mbYesAllNoAllCancel: Set = [mbYes..mbNo,mbCancel,mbNoToAll..mbYesToAll]; | 
| mbYesNo | mbYesNo: Set = [mbYes..mbNo]; | 
| mbYesNoCancel | mbYesNoCancel: Set = [mbYes..mbNo,mbCancel]; |