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

TJSONApplier.ApplyFileName

Filename to load apply JSON from if ApplyJSON is not set

Declaration

Source position: fpjsonapply.pp line 79

published property TJSONApplier.ApplyFileName : string
  read FApplyFileName
  write FApplyFileName;

Description

The ApplyFileName property specifies the file path from which to load the apply JSON object. If ApplyJSON is not set when Execute is called, the JSON object will be loaded from this file. When loaded from file, the component will take ownership of the JSON object.

See also

TJSONApplier.ApplyJSON

  

JSON object containing elements to apply to the source

TJSONApplier.OwnsJSON

  

Set specifying which JSON objects are owned by the component

TJSONApplier.Execute

  

Executes the JSON merge operation from apply JSON to source JSON


Documentation generated on: Jan 27 2026