Data.DBXJSONReflect.TConverter.Clear
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TConverter |
Delphi
procedure Clear; virtual; abstract;
C++
virtual void __fastcall Clear() = 0 ;
Description
Resets the instance state.
The Clear method clears all residual data so that the instance can be reused for a new conversion.