System.JSON.Writers.TJsonWriter.AutoComplete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AutoComplete(TokenBeginWritten: TJsonToken);

C++

void __fastcall AutoComplete(System::Json::Types::TJsonToken TokenBeginWritten);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter

Description

Updates the current state of the JSON writer with the token being written.

See Also