System.__currMul

From RAD Studio API Documentation
Jump to: navigation, search


C++

extern "C" void __fastcall __currMul(const System::Currency c1, System::Currency &c2);

Properties

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

Description

__currMul is used internally by the Delphi compiler.

Do not call __currMul directly. The Delphi compiler automatically inserts calls to this function whenever appropriate.

Note: __currMul is not publicly available to Delphi applications.