REST.JsonReflect.TJSONConverter.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear; override;

C++

virtual void __fastcall Clear(void);

Properties

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

Description

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

REST.JsonReflect.TJSONConverter.Clear inherits from REST.JsonReflect.TConverter.Clear. All content below this line refers to REST.JsonReflect.TConverter.Clear.

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

See Also