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: LongInt): 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 int AHelpCtx);

Properties

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

Description

Helper class function to call IFMXDialogServiceSync.MessageDialogSync.

See Also