System.JSON.Writers.TJsonWriter.AutoComplete
Delphi
procedure AutoComplete(TokenBeingWritten: TJsonToken);
C++
void __fastcall AutoComplete(System::Json::Types::TJsonToken TokenBeingWritten);
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.