System.JSON.Writers.TJsonTextWriter.Indentation

提供:RAD Studio API Documentation

Delphi

property Indentation: Integer read FIndentation write SetIndentation;

C++

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

プロパティ

種類 可視性 ソース ユニット 親
property public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonTextWriter


説明

Formatting が Indented に設定されたときに、階層内のレベルごとに何文字の IndentChar を書き込むかを、取得または設定します。

TJsonTextWriter インスタンスの作成時には、Indentation は 2 に設定されます。

関連項目