RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.MaxCurrency Constant

Defines the largest value supported for Currency data types.

Pascal
MaxCurrency: Currency = 922337203685477.5807;
C++
Currency MaxCurrency = 922337203685477.5807;

SysUtils

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

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

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!