Data.DBXJSONReflect.TMarshalUnmarshalBase.AddWarning

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AddWarning(Data: TObject; const FieldClassUnit,  FieldClassName, FieldTypeUnit, FieldTypeName, FieldName: string); virtual;

C++

virtual void __fastcall AddWarning(System::TObject* Data, const System::UnicodeString FieldClassUnit, const System::UnicodeString FieldClassName, const System::UnicodeString FieldTypeUnit, const System::UnicodeString FieldTypeName, const System::UnicodeString FieldName);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TMarshalUnmarshalBase

Beschreibung

Fügt neue Warnungen hinzu.

Die AddWarning-Methode fügt neue Warnungen für Objekte hinzu, wo die Felder-Marschalling nicht durchgeführt werden kann.

Siehe auch