Web.Stencils.TWebStencilsProcessor.AddError
Delphi
procedure AddError(const AMessage: string); overload; virtual;
procedure AddError(const AMessage: string; const AArgs: array of const); overload;
C++
virtual void __fastcall AddError(const System::UnicodeString AMessage)/* overload */;
void __fastcall AddError(const System::UnicodeString AMessage, const System::TVarRec *AArgs, const System::NativeInt AArgs_High)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
public | Web.Stencils.pas Web.Stencils.hpp |
Web.Stencils | TWebStencilsProcessor |
説明
テンプレートの処理中に見つかった次の AMessage エラーを出力します。
AddError メソッドは、OnError イベントを呼び出します。