System.Currency.operator -=

From RAD Studio API Documentation
Jump to: navigation, search

C++

Currency& __fastcall operator -=(const Currency& rhs)

Properties

Type Visibility Source Unit Parent
function public syscurr.h System Currency


Description

Decrements the value of this Currency object by the value of rhs.

Use the operator -= to subtract the value of another Currency object from this one.

See Also