[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Initialize an instance of TBufStreamand open the file.
Source position: objects.pp line 344
constructor TBufStream.Init( |
FileName: FNameStr; |
Mode: Word; |
Size: Word |
); |
Initinstantiates an instance of TBufStream. The name of the file that contains (or will contain) the data of the stream is given in FileName. The Modeparameter determines whether a new file should be created and what access rights you have on the file. It can be one of the following constants:
The Sizeparameter determines the size of the buffer that will be created. It should be different from zero.
For an example see TBufStream.Flush.
On error, Statusis set to stInitError, and ErrorInfois set to the dos error code.
|
Instantiate a new instance of TDosStream. |
|
|
Close the file and cleans up the instance. |