[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Read a currency value from the stream.
Source position: classesh.inc line 1248
public function TAbstractObjectReader.ReadCurrency: Currency; virtual; abstract; |
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.
|
Write a currency value to the stream |