Data.DBXJSONReflect.TMarshalUnmarshalBase.AddWarning
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: TMarshalUnmarshalBase | |
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);
Description
Adds new warnings.
The AddWarning method adds new warnings for objects where the fields cannot be marshalled.