Data.DBXJSONReflect.TMarshalUnmarshalBase.Warnings

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TMarshalUnmarshalBase

Delphi

property Warnings: TArray<TTransientField>read FWarnings;

C++

__property System::DynamicArray<TTransientField*> Warnings = {read=FWarnings};

Description

Specifies the warnings list.

The Warnings property specifies the warnings list for the marshalling process.

See Also