FireDAC.Stan.Util.FDSystemMessage

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

説明

システム メッセージ ボックスを表示します。


FDSystemMessage では、指定されたキャプション(ACaption)とダイアログ メッセージ(AMessage)のシステム メッセージ ボックスを表示します。

AWarning パラメータが True に設定されている場合、FDSystemMessage は警告として表示されます。

関連項目