System.JSON.TJSONAncestor.GetOwned

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOwned: Boolean; virtual;

C++

virtual bool __fastcall GetOwned(void);

Properties

Type Visibility Source Unit Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONAncestor

Description

Getter method for the Owned property.

GetOwned returns True if the instance is owned by the byte container, and False otherwise.


See Also