System.JSON.TJSONAncestor.SetOwned

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOwned(const Own: Boolean); virtual;

C++

virtual void __fastcall SetOwned(const bool Own);

Properties

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

Description

The setter method for the Owned property.

See Also