FMX.DialogService.Async.TDialogServiceAsync

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDialogServiceAsync

Delphi

TDialogServiceAsync = class

C++

class PASCALIMPLEMENTATION TDialogServiceAsync : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
FMX.DialogService.Async.pas
FMX.DialogService.Async.hpp
FMX.DialogService.Async FMX.DialogService.Async

Description

Helper class to use dialog boxes asynchronously.

TDialogServiceAsync provides class procedures that are equivalent to the corresponding IFMXDialogServiceAsync procedures. You can use them as long as you know for a fact that the run-time platform supports the IFMXDialogServiceAsync platform service.

The following table lists those class procedures and their IFMXDialogServiceAsync counterpart:

TDialogServiceAsync Class Procedure IFMXDialogServiceAsync Procedure

InputQuery

InputQueryAsync

MessageDialog

MessageDialogAsync

ShowMessage

ShowMessageAsync

See Also