[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TStringStream.Create

Creates a new stringstream and sets its initial content.

Declaration

Source position: classesh.inc line 909

public constructor TStringStream.Create(

  const AString: String

);

Description

Create creates a new TStringStream instance and sets its initial content to Astring. The position is still 0 but the size of the stream will equal the length of the string.

See also

TStringStream.DataString

  

Contains the contents of the stream in string form

The latest version of this document can be found at lazarus-ccr.sourceforge.net.