Data.DBXJSONReflect.TMarshalUnmarshalBase.ClearWarnings

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

virtual void __fastcall ClearWarnings(bool OwnWarningObject = true);

Description

Clears the warning list.

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

See Also