FMX.Platform.IFMXDialogServiceAsync

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFMXDialogServiceAsync = interface(IInterface)

C++

__interface  INTERFACE_UUID("{BB65E682-1F27-42E1-90DE-6FA006E09EA5}") IFMXDialogServiceAsync  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

Description

Platform service for dialog box methods that behave asynchronously.

Calls to methods of this interface end instantaneously, they do not wait for the user to close the dialog box. To run code when the user closes the dialog box, you must pass a callback method or event handler to the corresponding dialog box method.

IFMXDialogServiceAsync provides the following methods:

To call these methods without the need of an instance of IFMXDialogServiceAsync, see TDialogServiceAsync.
For synchronous versions of these methods, see IFMXDialogServiceSync.
For additional dialog box methods, see IFMXDialogService.

Platform Support

Platform Support
Windows
YesC++11Feature.png
macOS
YesC++11Feature.png
iOS
YesC++11Feature.png
Android
YesC++11Feature.png