Unit 'fpjsonapply' Package
[Overview][Types][Classes][Index] [#fcl-json]

TJSONApplier

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpjsonapply.pp line 30

type TJSONApplier = class(TComponent)

protected

  procedure Apply(); virtual;

  procedure SaveDestJSON();

public

  destructor destroy; override;

  procedure Execute; virtual;

  property SourceJSON: TJSONObject; [rw]

  property ApplyJSON: TJSONObject; [rw]

  property DestJSON: TJSONObject; [r]

  property OwnsJSON: TOwnsJSONs; [rw]

published

  property SourceFileName: string; [rw]

  property SourcePath: string; [rw]

  property ApplyFileName: string; [rw]

  property ApplyPath: string; [rw]

  property DestFileName: string; [rw]

  property CloneSource: Boolean; [rw]

  property CaseInsensitive: Boolean; [rw]

  property ForceCorrectType: Boolean; [rw]

  property RemoveNonExisting: Boolean; [rw]

  property Formatted: Boolean; [rw]

end;

Inheritance

TJSONApplier

|

TObject


Documentation generated on: 2023-03-18