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

TAbstractJSONWriter.WriteProperty

Declaration

Source position: jsonwriter.pp line 42

public procedure TAbstractJSONWriter.WriteProperty(

  const aName: TJSONStringType

);

procedure TAbstractJSONWriter.WriteProperty(

  const aName: TJSONStringType;

  aValue: Boolean

);

procedure TAbstractJSONWriter.WriteProperty(

  const aName: TJSONStringType;

  aValue: Integer

);

procedure TAbstractJSONWriter.WriteProperty(

  const aName: TJSONStringType;

  aValue: Int64

);

procedure TAbstractJSONWriter.WriteProperty(

  const aName: TJSONStringType;

  aValue: Double

);

procedure TAbstractJSONWriter.WriteProperty(

  const aName: TJSONStringType;

  const aValue: string

);

procedure TAbstractJSONWriter.WriteProperty(

  const aName: TJSONStringType;

  aValue: TStrings

);

procedure TAbstractJSONWriter.WriteProperty(

  const aName: TJSONStringType;

  aValue: TJSONData

);


Documentation generated on: 2025-07-25