TStream.Open
Open the stream
Declaration
Source position: objects.pp line 318
default
procedure Open(OpenMode: Word); Virtual;
Description
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 .
Errors
None.
See also
Name | Description |
---|---|
TStream.Close | Close the stream |
TStream.Reset | Reset the stream |