Skip to content

TBinaryObjectWriter.WriteWideString

Write a widestring-valued type to a stream

Declaration

Source position: classesh.inc line 1685

public 
  procedure WriteWideString(const Value: WideString);  Override;

Description

WriteWidestring writes a widestring-typed value to a binary stream. It is the implementation of the method introduced in TAbstractObjectWriter .

See also

Name Description
TAbstractObjectWriter.WriteWidestring Write a widestring value to the stream