[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Objects' (#rtl) |
Close the stream
Source position: objects.pp line 284
procedure TStream.Close; virtual; |
Close is an abstract method, that should be overridden by descendent objects. Since Closing a stream depends on the stream's type this is not surprising.
for an example, see TDosStream.Open.
None.
|
Open the stream |
|
|
Reset the stream |
No notes exist for this page yet.