System.JSON.Writers.TJsonTextWriter.WriteIndent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteIndent;

C++

void __fastcall WriteIndent();

Properties

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

Description

Writes indent characters.

See Also