FMX.Dialogs
From RAD Studio API Documentation
Defines controls for FireMonkey dialog boxes.
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. |
| TPageSetupDialog | TPageSetupDialog is a class used to display a page setup dialog. |
| TPrintDialog | TPrintDialog represents a class used to display a print dialog. |
| TPrinterSetupDialog | TPrinterSetupDialog is a class used to display a printer setup dialog box. |
| TSaveDialog | TSaveDialog is a class used to display a Save As-like dialog box. |
Routines
| InputBox | Displays an input dialog box. |
| 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. |
| ShowMessage | Displays a simple message box. |
| ShowMessageFmt | Displays a simple message box. |
| ShowMessagePos | Displays a simple message box at a specified position. |
Types
| _di_TInputCloseQueryFunc | DelphiInterface used for handling methods of type TInputCloseQueryFunc in C++. |
| TInputCloseQueryEvent | Procedural type used by the InputQuery function. |
| TInputCloseQueryFunc | |
| TPageSetupPaintingEvent | Procedural type used for TPageSetupDialog events. |
| TPaintPageEvent | Procedural type used by various TPageSetupDialog events. |
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]; |