Data.DBXJSONReflect.JSONReflect.MarshalOwner

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: JSONReflect

Delphi

property MarshalOwner: Boolean read FMarshalOwner;

C++

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

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.