System.JSON.Writers.TJsonTextWriter.WriteIndentSpace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteIndentSpace; inline;

C++

void __fastcall WriteIndentSpace();

Properties

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

Description

Writes an indent space.

See Also