API:System.Currency.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

__fastcall Currency()                        {Val = 0;}
__fastcall Currency(int val)                 {Val = 10000*(__int64)val;}
__fastcall Currency(const CurrencyBase& src) {Val = src.Val;}
__fastcall Currency(const System::String& src);
__fastcall Currency(double val);

Propriétés

Type Visibilité  Source Unité  Parent
constructor public syscurr.h System Currency

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !