System.SysUtils.MinCurrency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

extern DELPHI_PACKAGE System::Currency MinCurrency;

Properties

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

Description

Defines the largest negative value that can be held by a Currency data variable on the Windows operating system.

Note:  Macintosh supports a value 1.0 less negative than this minimum (-922337203685476.5807).

See Also