System.JSON.Serializers.TJsonObjectOwnership

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TJsonObjectOwnership = (Auto, Owned, NotOwned);

C++

enum class DECLSPEC_DENUM TJsonObjectOwnership : unsigned char { Auto, Owned, NotOwned };

Properties

Type Visibility Source Unit Parent
enum public
System.JSON.Serializers.pas
System.JSON.Serializers.hpp
System.JSON.Serializers System.JSON.Serializers

Description

Embarcadero Technologies does not currently have any additional information.