FMX.Platform.IFMXDialogServiceSync
Delphi
IFMXDialogServiceSync = interface(IInterface)
C++
__interface INTERFACE_UUID("{7E6B3966-C08E-466F-B4A0-7996A1C3BA04}") IFMXDialogServiceSync : 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 synchronously.
Calls to methods of this interface finish only when the user closes the dialog box.
IFMXDialogServiceSync provides the following methods:
To call these methods without the need of an instance of IFMXDialogServiceSync, see TDialogServiceSync.
For asynchronous versions of these methods, see IFMXDialogServiceAsync.
For additional dialog box methods, see IFMXDialogService.
Platform Support
| Platform | Support |
|---|---|
| Windows | |
| OS X | |
| iOS | |
| Android |