TBufStream.Open
Open the file if it is closed.
Declaration
Source position: objects.pp line 384
default
procedure Open(OpenMode: Word); Virtual;
Description
If the stream's status is stOK, and the stream is closed then Open re-opens the file stream with mode OpenMode. This call can be used after a Close call.
For an example, see TDosStream.Open .
Errors
If an error occurs when re-opening the file, then Status is set to stOpenError, and the OS error code is stored in ErrorInfo
See also
Name | Description |
---|---|
TBufStream.Close | Flush data and Close the file. |
TStream.Open | Open the stream |