TAbstractObjectReader.ReadCurrency
Read a currency value from the stream.
Declaration
Source position: classesh.inc line 1403
public 
  function ReadCurrency : Currency;  Virtual;  Abstract;
Description
ReadCurrency is called when a currency-typed value should be read from the stream. This abstract method should be overridden by descendant classes, and should return the currency value read from the stream.
See also
| Name | Description | 
|---|---|
| TAbstractObjectWriter.WriteCurrency | Write a currency value to the stream |