[Overview][Types][Classes] | Reference for unit 'iostream' (#fcl) |
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/ |
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. |
No notes exist for this page yet.