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