System.Currency.operator ++

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

Currency& operator ++() {Val += 10000; return *this;}
Currency operator ++(int) {Currency tmp(*this); Val += 10000; return tmp;}

Propriétés

Type Visibilité  Source Unité  Parent
function 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 !