[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Creates a new stringstream and sets its initial content.
Source position: classesh.inc line 719
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 |
No notes exist for this page yet.