Write an ansistring to the stream.
Source position: classesh.inc line 1564
public procedure TStringStream.WriteAnsiString( |
const AString: AnsiString |
); override; |
WriteAnsiString will write an ansistring and correctly handle the codepage translation if necessary.
TStream.ReadString |
||
|
Read a unicode string from the stream. |
|
|
Read an ansistring from the stream. |
|
|
Write a unicode string to the stream. |