System.JSON.Writers.TJsonTextWriter.Indentation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Indentation: Integer read FIndentation write SetIndentation;

C++

__property int Indentation = {read=FIndentation, write=SetIndentation, 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 how many IndentChar characters to write for each level in the hierarchy, when Formatting is set to Indented.

When you create an instance of TJsonTextWriter, Indentation is set to 2.

See Also