REST.JsonReflect.JsonReflectAttribute.MarshalOwner
Delphi
property MarshalOwner: Boolean read FMarshalOwner;
C++
__property bool MarshalOwner = {read=FMarshalOwner, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | JsonReflectAttribute |
Description
If True
, any marshalling process automatically frees any intermediate object that the marshalling process creates.
This is a read-only property. You define the value of this property when you create your instance of JsonReflectAttribute.