RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.MinCurrency Constant

Defines the largest negative value supported for Currency data types.

Pascal
MinCurrency: Currency = -922337203685477.5807;
C++
Currency MinCurrency = -922337203685477.5807;

MinCurrency is the largest negative value that can be held by a Currency data variable on the Windows Opersting System.

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

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!