System.JSON.Writers.TJsonWriter.InternalWritePropertyName

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

Delphi

procedure InternalWritePropertyName(const Name: string);

C++

void __fastcall InternalWritePropertyName(const System::UnicodeString Name);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter


説明

JSON オブジェクトにおいてプロパティを表す名前/値ペアの名前を書き込みます。

パラメータ:

  • Name: プロパティの名前。

現在位置プロパティ名を更新します。

StateArrayTemplate に設定された状態と遷移先の配列に応じて、ライタの状態を更新します。

OnBeforeWriteToken を呼び出して、ライタが実際にトークンを書き込む前の準備をします。

関連項目