Unit 'jsonConf' Package
[Overview][Constants][Classes][Index] [#fcl-json]

TJSONConfig.SetValue

Declaration

Source position: jsonconf.pp line 106

public procedure TJSONConfig.SetValue(

  const APath: UnicodeString;

  const AValue: UnicodeString

); overload;

procedure TJSONConfig.SetValue(

  const APath: RawByteString;

  const AValue: RawByteString

); overload;

procedure TJSONConfig.SetValue(

  const APath: UnicodeString;

  AValue: Integer

); overload;

procedure TJSONConfig.SetValue(

  const APath: UnicodeString;

  AValue: Int64

); overload;

procedure TJSONConfig.SetValue(

  const APath: UnicodeString;

  AValue: Boolean

); overload;

procedure TJSONConfig.SetValue(

  const APath: UnicodeString;

  AValue: Double

); overload;

procedure TJSONConfig.SetValue(

  const APath: UnicodeString;

  AValue: TStrings;

  AsObject: Boolean = False

); overload;


Documentation generated on: 2023-03-18