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

TJSONApplier.CloneSource

Controls whether to make a clone copy of source JSON before applying changes

Declaration

Source position: fpjsonapply.pp line 85

published property TJSONApplier.CloneSource : Boolean
  read FCloneSource
  write FCloneSource;

Description

The CloneSource property determines whether a clone copy of the source JSON object is made before applying changes. When True, the source JSON object is cloned and changes are applied to the clone, leaving the original unchanged. When False, changes are applied directly to the source JSON object. The default value is False.

See also

TJSONApplier.SourceJSON

  

Source JSON object to merge into

TJSONApplier.DestJSON

  

Destination JSON object containing the merge result

TJSONApplier.Execute

  

Executes the JSON merge operation from apply JSON to source JSON


Documentation generated on: Jan 27 2026