System.JSON.Readers.TJsonTextReader.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close; override;

C++

virtual void __fastcall Close(void);

Properties

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

Description

Changes the current State of the reader to Closed.

Inherits from TJsonReader.Close.

When CloseInput is set to True, Close method closes the TTextReader instance if it exists.

See Also