System.JSON.Writers.TJsonTextWriter.Indentation

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Indentation: Integer read FIndentation write SetIndentation;

C++

__property int Indentation = {read=FIndentation, write=SetIndentation, nodefault};

Propriétés

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


Description

Obtient ou définit le nombre de caractères IndentChar à écrire pour chaque niveau de la hiérarchie, lorsque Formatting est défini sur Indented.

Lorsque vous créez une instance de TJsonTextWriter, Indentation est défini sur 2.

Voir aussi