System.CurrencyBase.Val

From RAD Studio API Documentation
Jump to: navigation, search

C++

__int64 Val;  // struct { unsigned long Lo; long Hi; };

Properties

Type Visibility Source Unit Parent
field public syscurr.h System CurrencyBase

Description

Val is the base value of the CurrencyBase object.

Val receives the 64-bit signed integer form of the Currency object value. Val is used internally to compute Currency objects.

Note: All Currency operators are overloaded. The compiler ignores any operators you overload yourself.

See Also