RAD Studio VCL Reference
|
TFileStream enables applications to read from and write to a file on disk.
TFileStream = class(THandleStream);
class TFileStream : public THandleStream;
Classes
Use TFileStream to access the information in disk files. TFileStream will open a named file and provide methods to read from or write to it. If an application already has a handle to the file, opened in the appropriate mode, use THandleStream instead.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|