TNamedValueListBase Class

Namespace: Sigma.Document
type
 TNamedValueListBase = class(TObject)
 end;

The TNamedValueListBase type exposes the following members.

Show:
 NameDescription
Count

Represents property Count.

Names[Integer]

Represents property Names[Integer].

Values[String]

Represents property Values[String].

Top
Show:
 NameDescription
Add(String,Variant)

Represents method Add(String,Variant).

Assign(TNamedValueListBase)

Represents method Assign(TNamedValueListBase).

Clear

Represents method Clear.

Contains(String)

Represents method Contains(String).

Delete(Integer)

Represents method Delete(Integer).

GetCount

Represents method GetCount.

GetName(Integer)

Represents method GetName(Integer).

GetValue(String)

Represents method GetValue(String).

IndexOf(String)

Represents method IndexOf(String).

LoadFromFile(String)

Represents method LoadFromFile(String).

LoadFromStream(TStream)

Represents method LoadFromStream(TStream).

Remove(String)

Represents method Remove(String).

SaveToFile(String)

Represents method SaveToFile(String).

SaveToStream(TStream)

Represents method SaveToStream(TStream).

SetValue(String,Variant)

Represents method SetValue(String,Variant).

TryGetValue(String,Variant)

Represents method TryGetValue(String,Variant).

Top

TNamedValueListBase is an abstract base class and can not be instantiated directly.