System.JSON.Writers.TJsonTextWriter.IndentChar

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IndentChar: Char read FIndentChar write FIndentChar;

C++

__property System::WideChar IndentChar = {read=FIndentChar, write=FIndentChar, 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 caractère à utiliser pour l'indentation lorsque Formatting est défini sur Indented.

Lorsque vous créez une instance de TJsonTextWriter, IndentChar est défini sur ' ' (espace blanc).

Voir aussi