System.JSON.Writers.TJsonTextWriter.IndentChar

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property IndentChar: Char read FIndentChar write FIndentChar;

C++

__property System::WideChar IndentChar = {read=FIndentChar, write=FIndentChar, nodefault};

プロパティ

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


説明

FormattingIndented に設定されたときにインデントに使用する文字を、取得または設定します。

TJsonTextWriter インスタンスの作成時には、IndentChar' '(ホワイトスペース)に設定されます。

関連項目