Data.DBXJSONReflect.TMarshalUnmarshalBase.ClearWarnings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearWarnings(OwnWarningObject: Boolean = true); virtual;

C++

virtual void __fastcall ClearWarnings(bool OwnWarningObject = true);

Properties

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

Description

Clears the warning list.

The ClearWarnings method clears the warning list. ClearWarnings returns True if the warning objects can be released.

See Also