FMX.DialogService.Async.TDialogServiceAsync.ShowMessage

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure ShowMessage(const AMessage: string); overload;
class procedure ShowMessage(const AMessage: string; const ACloseDialogProc: TInputCloseDialogProc); overload;
class procedure ShowMessage(const AMessage: string; const ACloseDialogEvent: TInputCloseDialogEvent;  const AContext: TObject = nil); overload;

C++

__classmethod void __fastcall ShowMessage(const System::UnicodeString AMessage)/* overload */;
__classmethod void __fastcall ShowMessage(const System::UnicodeString AMessage, const Fmx::Dialogs::_di_TInputCloseDialogProc ACloseDialogProc)/* overload */;
__classmethod void __fastcall ShowMessage(const System::UnicodeString AMessage, const Fmx::Dialogs::TInputCloseDialogEvent ACloseDialogEvent, System::TObject* const AContext = (System::TObject*)(0x0))/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.DialogService.Async.pas
FMX.DialogService.Async.hpp
FMX.DialogService.Async TDialogServiceAsync


Beschreibung

Unterstützende Klassenprozedur zum Aufrufen von IFMXDialogServiceAsync.ShowMessageAsync.

Siehe auch