FMX.DialogService.Sync.TDialogServiceSync.MessageDialog

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function MessageDialog(const AMessage: string; const ADialogType: TMsgDlgType; const AButtons: TMsgDlgButtons;  const ADefaultButton: TMsgDlgBtn; const AHelpCtx: THelpContext): Integer;

C++

__classmethod int __fastcall MessageDialog(const System::UnicodeString AMessage, const System::Uitypes::TMsgDlgType ADialogType, const System::Uitypes::TMsgDlgButtons AButtons, const System::Uitypes::TMsgDlgBtn ADefaultButton, const System::Classes::THelpContext AHelpCtx);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.DialogService.Sync.pas
FMX.DialogService.Sync.hpp
FMX.DialogService.Sync TDialogServiceSync


Beschreibung

Unterstützende Klassenfunktion zum Aufrufen von IFMXDialogServiceSync.MessageDialogSync.

Siehe auch