在DELPHI中有Currency
Currency is a fixed-point data type that minimizes rounding errors in
monetary calculations. It is stored as a scaled 64-bit integer with
the four least-significant digits implicitly representing decimal places.
When mixed with other real types in assignments and expressions,
Currency values are automatically divided or multiplied by 10000.