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

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

Use the operator += to add the value of another Currency object to this one.

See Also