System.JSON.Writers.TJsonObjectWriter.OwnValue

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

Delphi

property OwnValue: Boolean read FOwnValue write FOwnValue;

C++

__property bool OwnValue = {read=FOwnValue, write=FOwnValue, nodefault};

プロパティ

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


説明

JSON 値が、ライターによって所有されるかどうかを示します。

関連項目