System.JSON.TJSONAncestor.Owned

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Owned: Boolean read FOwned write FOwned;

C++

__property bool Owned = {read=FOwned, write=FOwned, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONAncestor

Description

Spécifie si l'instance JSON en cours est possédée par le conteneur d'octets.

La propriété Owned vaut True si l'instance est possédée par le conteneur d'octets, et False sinon. Quand un TJSONAncestor est créé, Owned est définie sur True.

Voir aussi