TSigmaCurrencyCollection Class

Represents type TSigmaCurrencyCollection.

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

The TSigmaCurrencyCollection type exposes the following members.

Show:
 NameDescription
BaseCurrency

Represents property BaseCurrency.

BaseCurrencyRate

Represents property BaseCurrencyRate.

Count

Represents property Count.

Items[Integer]

Represents property Items[Integer].

Top
Show:
 NameDescription
Add(String,String,Float)

Represents method Add(String,String,Float).

Find(String)

Represents method Find(String).

GetBaseCurrency

Represents method GetBaseCurrency.

GetBaseCurrencyRate

Represents method GetBaseCurrencyRate.

GetCount

Represents method GetCount.

GetExchangeRate(Float,String,Boolean)

Represents method GetExchangeRate(Float,String,Boolean).

GetItem(Integer)

Represents method GetItem(Integer).

SetBaseCurrency(String)

Represents method SetBaseCurrency(String).

SetBaseCurrencyRate(Float)

Represents method SetBaseCurrencyRate(Float).

Top