REST.JsonReflect.TConverter.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear; virtual; abstract;

C++

virtual void __fastcall Clear() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TConverter

Description

Removes any residual data from this instance of TConverter so that it can be reused for a new conversion.

See Also