API:Data.DBXJSONReflect.TJSONConverter.Clear

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: TJSONConverter

Delphi

procedure Clear; override;

C++

virtual void __fastcall Clear();

Description

Resets the instance state.

Data.DBXJSONReflect.TJSONConverter.Clear inherits from Data.DBXJSONReflect.TConverter.Clear. All content below this line refers to Data.DBXJSONReflect.TConverter.Clear.

Resets the instance state.

The Clear method clears all residual data so that the instance can be reused for a new conversion.

See Also