[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the size of the stream.
Source position: classesh.inc line 907
protected procedure TStringStream.SetSize( |
NewSize: LongInt |
); override; |
SetSize sets the size of the stream to newsize. It does this by setting the size of the ansisting in which the stream is stored. NewSize can have any value greater than or equal to zero.
In case there is not enough memory, an exception may be raised.
|
The current size of the stream. |
lazarus-ccr.sourceforge.net |