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

TJSONApplier.ApplyJSON

JSON object containing elements to apply to the source

Declaration

Source position: fpjsonapply.pp line 68

public property TJSONApplier.ApplyJSON : TJSONObject
  read FApplyJSON
  write SetApplyJSON;

Description

The ApplyJSON property holds the JSON object whose elements will be merged into the source JSON object. If not set directly, it will be loaded automatically from the file specified in ApplyFileName when Execute is called. When a new value is assigned, any previously owned apply JSON object is freed.

See also

TJSONApplier.ApplyFileName

  

Filename to load apply JSON from if ApplyJSON is not set

TJSONApplier.SourceJSON

  

Source JSON object to merge into

TJSONApplier.OwnsJSON

  

Set specifying which JSON objects are owned by the component


Documentation generated on: Jan 27 2026