TBinaryObjectReader.ReadCurrency
Read a currency value from the stream.
Declaration
Source position: classesh.inc line 1455
public
function ReadCurrency : Currency; Override;
Description
var>ReadCurrency reads a currency-typed value from a binary stream. It is the implementation of the method introduced in TAbstractObjectReader .
See also
| Name | Description |
|---|---|
| TAbstractObjectReader.ReadCurrency | Read a currency value from the stream. |
| TBinaryObjectWriter.WriteCurrency | Write a currency-valued type to a stream |