System.JSON.Readers.TJsonReader.Close
Delphi
procedure Close; virtual;
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 | TJsonReader |
Description
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
.