Write a currency-valued type to a stream.
Source position: classesh.inc line 2066
| public procedure TBinaryObjectWriter.WriteCurrency( | 
| const Value: Currency | 
| ); override; | 
WriteCurrency writes a currency-typed value to a binary stream. It is the implementation of the method introduced in TAbstractObjectWriter.
| 
 | Write a currency value to the stream. |