RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.CompToCurrency Function

Converts a Comp value to a Currency value.

Pascal
function CompToCurrency(Value: Comp): Currency; cdecl;
C++
__cdecl Currency CompToCurrency(Comp Value);

System

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!