REST.JsonReflect.JsonReflectAttribute.MarshalOwner

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

Delphi

property MarshalOwner: Boolean read FMarshalOwner;

C++

__property bool MarshalOwner = {read=FMarshalOwner, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect JsonReflectAttribute


説明

True の場合、どのようなマーシャリング処理でも、そのマーシャリング処理で作成された中間オブジェクトはすべて自動的に解放されます。

これは読み取り専用プロパティです。JsonReflectAttribute のインスタンスを作成するときに、このプロパティの値を定義します。

関連項目