TWriter.WriteWideChar
Write widechar to stream
Declaration
Source position: classesh.inc line 1742
public
procedure WriteWideChar(Value: WideChar);
Description
WriteWideChar writes a widechar to the stream. This actually writes a widestring of length 1.
See also
Name | Description |
---|---|
TReader.ReadWideChar | Read widechar from the stream |
TWriter.WriteWideString | Write a widestring value to the stream |