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

TJSONApplier.DestFileName

Filename to write the destination JSON to after merging

Declaration

Source position: fpjsonapply.pp line 83

published property TJSONApplier.DestFileName : string
  read FDestFileName
  write FDestFileName;

Description

The DestFileName property specifies the file path where the result of the merge operation should be saved. If this property is set, the destination JSON object will be automatically saved to this file after Execute completes. If empty, no automatic saving is performed.

See also

TJSONApplier.DestJSON

  

Destination JSON object containing the merge result

TJSONApplier.Execute

  

Executes the JSON merge operation from apply JSON to source JSON

TJSONApplier.Formatted

  

Controls whether output JSON is formatted with indentation and line breaks


Documentation generated on: Jan 27 2026