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


説明

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

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

関連項目