Data.DBXJSONReflect.TMarshalUnmarshalBase.HasWarnings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasWarnings: Boolean;

C++

bool __fastcall HasWarnings();

Properties

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

Description

Returns True if the marshalling process generated warnings.

The HasWarnings method returns True if the marshalling process generated warnings.

See Also