System.JSON.Writers.TJsonTextWriter.WriteValueDelimiter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteValueDelimiter; inline;

C++

void __fastcall WriteValueDelimiter();

Properties

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

Description

Writes the JSON value delimiter.

By default, the delimiter is ','.

See Also