FMX.Dialogs

From RAD Studio API Documentation
Jump to: navigation, search

Defines controls for FireMonkey dialog boxes.

Package fmx230.bpl

Classes

TCommonDialogTCommonDialog is the ancestor of all components that represent common dialog boxes.
TOpenDialogTOpenDialog is a class used to display a file-selection dialog.
TSaveDialogTSaveDialog is a class used to display a Save As-like dialog box.

Routines

InputBoxDisplays a dialog box for entering text.
InputQueryDisplays a dialog box containing multiple input fields.
MessageDlgDisplays a custom dialog box.
MessageDlgPosDisplays a custom dialog box at a specified position.
MessageDlgPosHelpDisplays a custom dialog box whose help is supplied in a help file.
SelectDirectoryBrings up a dialog to allow the user to enter a directory name.
ShowMessageDisplays a simple message box.
ShowMessageFmtDisplays a simple message box.
ShowMessagePosDisplays a simple message box at a specified position.

Types

_di_TInputCloseBoxProc
_di_TInputCloseDialogProc
_di_TInputCloseQueryFuncDelphiInterface used for handling methods of type TInputCloseQueryFunc in C++.
_di_TInputCloseQueryProc
Fmx_Dialogs
TInputCloseBoxEvent
TInputCloseBoxProc
TInputCloseDialogEvent
TInputCloseDialogProc
TInputCloseQueryEventProcedural type used by the InputQuery function.
TInputCloseQueryFunc
TInputCloseQueryProc
TInputCloseQueryWithResultEvent

Variables

ButtonCaptions
ModalResults
MsgTitles

Constants

mbAbortIgnorembAbortIgnore: Set = [mbAbort,mbIgnore];
mbAbortRetryIgnorembAbortRetryIgnore: Set = [mbAbort..mbIgnore];
mbOKCancelmbOKCancel: Set = [mbOK..mbCancel];
mbYesAllNoAllCancelmbYesAllNoAllCancel: Set = [mbYes..mbNo,mbCancel,mbNoToAll..mbYesToAll];
mbYesNombYesNo: Set = [mbYes..mbNo];
mbYesNoCancelmbYesNoCancel: Set = [mbYes..mbNo,mbCancel];