TAbstractObjectWriter.WriteWideString
Write a widestring value to the stream
Declaration
Source position: classesh.inc line 1635
public 
  procedure WriteWideString(const Value: WideString);  Virtual;  Abstract;
Description
WriteCurrency is called when a currency-typed value should be written to the stream. This abstract method should be overridden by descendant classes.
See also
| Name | Description | 
|---|---|
| TAbstractObjectReader.ReadWideString | Read a widestring value from the stream. |