FMX.Dialogs

From RAD Studio API Documentation
Jump to: navigation, search

Defines controls for FireMonkey dialog boxes.

Package fmx280.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

InputBox (deprecated)Displays a dialog box for entering text.
InputQuery (deprecated)Displays a dialog box containing multiple input fields.
LocalizedButtonCaption
LocalizedMessageDialogTitle
MessageDialogCheckInUIThread
MessageDlg (deprecated)Displays a custom dialog box.
MessageDlgPos (deprecated)Displays a custom dialog box at a specified position.
MessageDlgPosHelp (deprecated)Displays 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 dialog box with the specified message and an OK button.
ShowMessageFmtDisplays a simple message box.
ShowMessagePos (deprecated)Displays a simple message box at a specified position.

Types

Fmx_Dialogs
TInputCloseBoxEvent
TInputCloseBoxProc
TInputCloseDialogEventType of event handler for IFMXDialogServiceAsync.MessageDialogAsync and IFMXDialogServiceAsync.ShowMessageAsync.
TInputCloseDialogProcType of Delphi anonymous method for IFMXDialogServiceAsync.MessageDialogAsync and IFMXDialogServiceAsync.ShowMessageAsync.
TInputCloseQueryEventProcedural type used by the InputQuery function.
TInputCloseQueryFunc
TInputCloseQueryProcType of Delphi anonymous method for IFMXDialogServiceAsync.InputQueryAsync.
TInputCloseQueryWithResultEventType of event handler for IFMXDialogServiceAsync.InputQueryAsync.

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];