System.CompToCurrency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  CompToCurrency(Value: Comp): Currency; cdecl;

C++

extern PACKAGE Currency __cdecl CompToCurrency(Comp acomp);

Properties

Type Visibility Source Unit Parent
function public
System.pas
syscomp.h
System System

Description

Converts a Comp value to a Currency value.

CompToCurrency converts a Comp value into a Currency value containing the decimal representation of that number.

See Also

Code Examples