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

TJSONApplier.SourceJSON

Source JSON object to merge into

Declaration

Source position: fpjsonapply.pp line 66

public property TJSONApplier.SourceJSON : TJSONObject
  read FSourceJSON
  write SetSourceJSON;

Description

The SourceJSON property holds the source JSON object that serves as the base for the merge operation. If not set directly, it will be loaded automatically from the file specified in SourceFileName when Execute is called. When a new value is assigned, any previously owned source JSON object is freed.

See also

TJSONApplier.SourceFileName

  

Filename to load source JSON from if SourceJSON is not set

TJSONApplier.DestJSON

  

Destination JSON object containing the merge result

TJSONApplier.OwnsJSON

  

Set specifying which JSON objects are owned by the component


Documentation generated on: Jan 27 2026