Data.DBXJSONReflect.TMarshalUnmarshalBase.Warnings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Warnings: TArray<TTransientField>read FWarnings;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TMarshalUnmarshalBase

Description

Specifies the warnings list.

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

See Also