[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Read a unicode string value
Source position: classesh.inc line 1151
public function TAbstractObjectReader.ReadUnicodeString: UnicodeString; virtual; abstract; |
ReadUnicodeString should read a UnicodeString value from the stream. (indicated by the vaUString value type).
Descendant classes should override this method to actually read a UnicodeString value.
|
Write a unicode string to the stream. |
|
|
Read a widestring value from the stream. |