[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Write an ansistring to the stream
Source position: classesh.inc line 1109
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 |