[Overview][Types][Classes][Index] |
Set the size of the stream
Source position: iostream.pp line 33
protected procedure TIOStream.SetSize( |
const NewSize: Int64 |
); override; |
NewSize |
|
New size for the stream/ |
SetSize overrides the standard SetSize implementation. It always raises an exception, because the standard input, output and stderr files have no size.
An EIOStreamError exception is raised when this method is called.
|
Error thrown in case of an invalid operation on a TIOStream. |
lazarus-ccr.sourceforge.net |