API:FMX.DialogService.Sync.TDialogServiceSync.MessageDialog

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
function public
FMX.DialogService.Sync.pas
FMX.DialogService.Sync.hpp
FMX.DialogService.Sync TDialogServiceSync

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!