Unit 'fpJsonApply' Package
[Overview][Types][Classes][Index] [#fcl]

TJSONApplier.OwnsJSON

Set specifying which JSON objects are owned by the component

Declaration

Source position: fpjsonapply.pp line 72

public property TJSONApplier.OwnsJSON : TOwnsJSONs
  read FOwnsJSON
  write FOwnsJSON;

Description

The OwnsJSON property is a set of TOwnsJSON values that specifies which JSON objects are owned and managed by the component. Owned objects are automatically freed when the component is destroyed or when new objects are assigned. This property is automatically updated when JSON objects are loaded from files.

See also

TOwnsJSON

  

Enumeration values for JSON object ownership control

TOwnsJSONs

  

Set of JSON object ownership flags

TJSONApplier.SourceJSON

  

Source JSON object to merge into

TJSONApplier.ApplyJSON

  

JSON object containing elements to apply to the source


Documentation generated on: Jan 27 2026