System.CompToCurrency
From RAD Studio VCL Reference
Contents |
Delphi Information
From System.pas
function CompToCurrency(Value: Comp): Currency;
Unit: System
Type: function
Visibility: public
C++ Information
From System.hpp
System::Currency __fastcall CompToCurrency(System::Comp Value);
Unit: System
Type: function
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 Samples