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

TJSONApplier.SourceFileName

Filename to load source JSON from if SourceJSON is not set

Declaration

Source position: fpjsonapply.pp line 75

published property TJSONApplier.SourceFileName : string
  read FSourceFileName
  write FSourceFileName;

Description

The SourceFileName property specifies the file path from which to load the source JSON object. If SourceJSON 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.SourceJSON

  

Source JSON object to merge into

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