System.SysUtils.MaxCurrency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

MaxCurrency: Currency = 922337203685477.5807 {$IFDEF LINUX32} - 1 {$ENDIF}; //!! overflow?

C++

extern DELPHI_PACKAGE System::Currency MaxCurrency;

Properties

Type Visibility Source Unit Parent
const
variable
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Defines the largest value supported for Currency data types on the Windows operating system.

Note:  Macintosh supports a value 1.0 less than this maximum (922337203685476.5807).

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.SysUtils.MaxCurrency&oldid=199335"