Converts a Comp value to a Currency value.
function CompToCurrency(Value: Comp): Currency; cdecl;
__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!
|