| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Open the file if it is closed.
Source position: objects.pp line 353
procedure TBufStream.Open(  | 
OpenMode: Word  | 
); virtual;  | 
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.
If an error occurs when re-opening the file, then Status is set to stOpenError, and the OS error code is stored in ErrorInfo
  | 
Open the stream  | 
|
  | 
Flush data and Close the file.  |