FMX.Dialogs.TInputCloseDialogEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TInputCloseDialogEvent = procedure(Sender: TObject; const AResult: TModalResult) of object;

C++

typedef void __fastcall (__closure *TInputCloseDialogEvent)(System::TObject* Sender, const System::Uitypes::TModalResult AResult);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs FMX.Dialogs

Description

Type of event handler for IFMXDialogServiceAsync.MessageDialogAsync and IFMXDialogServiceAsync.ShowMessageAsync.

See Also