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 */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | Web.Stencils.pas Web.Stencils.hpp |
Web.Stencils | TWebStencilsProcessor |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.