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

TOwnsJSONs

Set of JSON object ownership flags

Declaration

Source position: fpjsonapply.pp line 33

type TOwnsJSONs = set of (

  ojSource,

  

The source JSON object is owned by the applier component

  ojApply

  

The apply JSON object is owned by the applier component

);

Description

The TOwnsJSONs type is a set of TOwnsJSON enumeration values. It specifies which JSON objects are owned and managed by the TJSONApplier component. Owned objects will be automatically freed when no longer needed.

See also

TOwnsJSON

  

Enumeration values for JSON object ownership control

TJSONApplier.OwnsJSON

  

Set specifying which JSON objects are owned by the component


Documentation generated on: Jan 27 2026