System.JSON.Readers.TJsonObjectReader.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close; override;

C++

virtual void __fastcall Close();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonObjectReader

Description

Changes the current State of the reader to Closed.

System.JSON.Readers.TJsonObjectReader.Close inherits from System.JSON.Readers.TJsonReader.Close. All content below this line refers to System.JSON.Readers.TJsonReader.Close.

Changes the current State of the reader to Closed.

Destroy calls the Close method to close the reader. The Close method changes the State to Closed, sets the TokenType to None and the Value to nil.

See Also