[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Creates a new stringstream and sets its initial content.
Source position: classesh.inc line 1016
public constructor TStringStream.Create( |
const AString: string |
); |
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.
|
Contains the contents of the stream in string form |