HsvCurrencies Object Overview
The HsvCurrencies object enables you to obtain information on an application’s currencies.
Assign HsvCurrencies object references with the Currencies property.
The following table lists the methods of the HsvCurrencies object. For detailed descriptions of these methods, see HsvCurrencies Object Methods.
Table 20. HsvCurrencies Object Methods
Method | Description |
---|
EnumCurrencies | Returns arrays containing the currency IDs and labels of the application’s currencies. |
EnumCurrencies2 | Returns arrays containing the currency IDs and labels of the application’s currencies, with the option to return only those currencies for which the DisplayInICT attribute is enabled. |
GetCurrencyDescription | Returns a currency’s description in a given language. |
GetCurrencyID | Returns the currency ID of a given currency. |
GetCurrencyLabel | Returns a currency label, given a currency ID. |
GetCurrencyTranslationOperator | Returns the conversion operator for a given currency. |
GetScale | Returns the scale of a given currency. |