Data.DBXJSONReflect.TJSONConverter.Clear
[–] 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.
The Clear method clears all residual data so that the instance can be reused for a new conversion.