Unit 'fpyaml.data' Package
[Overview][Types][Classes][Variables][Index] [#fcl-yaml]

TYAMLScalar.Create

Declaration

Source position: fpyaml.data.pp line 125

public constructor TYAMLScalar.Create(

  const aValue: TYAMLString;

  const aTag: TYAMLTagType = yttString;

  aKind: TYAMLScalarKind = yskPlain

);

constructor TYAMLScalar.Create(

  aValue: Integer;

  aStyle: TYAMLScalarKind = yskPlain

);

constructor TYAMLScalar.Create(

  aValue: Double;

  aStyle: TYAMLScalarKind = yskPlain

);

constructor TYAMLScalar.Create(

  aValue: Int64;

  aStyle: TYAMLScalarKind = yskPlain

);

constructor TYAMLScalar.Create(

  aValue: Boolean;

  aStyle: TYAMLScalarKind = yskPlain

);

constructor TYAMLScalar.Create(

  aStyle: TYAMLScalarKind = yskPlain

);


Documentation generated on: 2025-07-25