[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Write a currency value to the stream
Source position: classesh.inc line 1038
public procedure TAbstractObjectWriter.WriteCurrency( |
const Value: Currency |
); virtual; abstract; |
WriteCurrency is called when a currency-typed value should be written to the stream. This abstract method should be overidden by descendent classes.
|
Read a currency value from the stream. |
No notes exist for this page yet.