MinValue: Currency;
The MinValue property returns the minimum value of the Currency type.
Sub Main;
Var
c: Currency;
Begin
c := Currency.MinValue;
End Sub Main;
After executing the example the "c" variable will contain the minimum value of the Currency type, that is, the value -922337203685477.5808.
See also: