TStringStream.CreateRaw
Create stringstream using codepage of string
Declaration
Source position: classesh.inc line 1253
public
constructor CreateRaw(const AString: RawByteString); Overload;
Description
CreateRaw will create the stream using the codepage of the string passed on in the constructor. The default constructor uses the default codepage of the system.
See also
| Name | Description |
|---|---|
| TStringStream.Create | Creates a new stringstream and sets its initial content. |