Data.DBXJSONReflect.JSONReflect.MarshalOwner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MarshalOwner: Boolean read FMarshalOwner;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect JSONReflect

Description

Specifies whether the intermediate objects created during the marshaling process are freed.

Setting the MarshalOwner property to True specifies that the intermediate objects created during the marshaling process are freed, and to False--otherwise.