[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Open the stream
Source position: objects.pp line 287
procedure TStream.Open( |
OpenMode: Word |
); virtual; |
Open is an abstract method, that should be overridden by descendent objects. Since opening a stream depends on the stream's type this is not surprising.
For an example, see TDosStream.Open.
None.
|
Close the stream |
|
|
Reset the stream |