TStringStream.Encoding
Encoding of the string with the data
Declaration
Source position: classesh.inc line 1270
public Property
Encoding : TEncoding;
Description
Encoding is the encoding of the string which contains the data. If the encoding was not specified (or detected) in the constructor, this is the default system encoding.
See also
Name | Description |
---|---|
TEncoding | |
TStringStream.Create | Creates a new stringstream and sets its initial content. |
TStringStream.CreateRaw | Create stringstream using codepage of string |
TStringStream.OwnsEncoding | Does the stream instance owns the encoding |