System.JSON.Writers.TJsonTextWriter.WriteIndentSpace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteIndentSpace;

C++

void __fastcall WriteIndentSpace(void);

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