FireDAC.Stan.Util.FDSystemMessage
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 は警告として表示されます。