System.JSON.Writers.TJsonTextWriter.IndentChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IndentChar: Char read FIndentChar write FIndentChar;

C++

__property System::WideChar IndentChar = {read=FIndentChar, write=FIndentChar, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonTextWriter

Description

Gets or sets which character to use for indenting, when Formatting is set to Indented.

When you create an instance of TJsonTextWriter, IndentChar is set to ' ' (a white space).

See Also