FireDAC.Stan.Util.FDSystemMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FDSystemMessage(const ACaption, AMessage: String; AWarning: Boolean);

C++

extern DELPHI_PACKAGE void __fastcall FDSystemMessage(const System::UnicodeString ACaption, const System::UnicodeString AMessage, bool AWarning);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Displays a system message box.

FDSystemMessage displays a system message box with the specified caption, ACaption and the dialog message, AMessage.

If AWarning parameter is set to True, the FDSystemMessage will be displayed as a warning.

See Also