[Overview][Types][Classes] |
Set the size of the stream
Source position: iostream.pp line 34
public procedure TIOStream.SetSize( |
NewSize: LongInt |
); override; |
NewSize |
|
New size for the stream/ |
SetSizeoverrides the standard SetSizeimplementation. It always raises an exception, because the standard input, output and stderr files have no size.
An EIOStreamErrorexception is raised when this method is called.
|
Error thrown in case of an invalid operation on a TIOStream. |