TStringStream.WriteAnsiString

Write an ansistring to the stream

Declaration

Source position: classesh.inc line 1264

public 
  procedure WriteAnsiString(const AString: AnsiString);  Override;

Description

WriteAnsiString will write an ansistring and correctly handle the codepage translation if necessary.

See also

Name Description
TStream.ReadString
TStringStream.ReadAnsiString Read an ansistring from the stream
TStringStream.ReadUnicodeString Read a unicode string from the stream
TStringStream.WriteUnicodeString Write a unicode string to the stream