Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TStringStream.CreateRaw

Create stringstream using codepage of string.

Declaration

Source position: classesh.inc line 1269

public constructor TStringStream.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

TStringStream.Create

  

Creates a new stringstream and sets its initial content.


Documentation generated on: Jul 24 2023