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