RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileStream Class

TFileStream enables applications to read from and write to a file on disk.

Pascal
TFileStream = class(THandleStream);
C++
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. 

 

ReadComponentResFile 

THandleStream 

WriteComponentResFile 

Setting the Response Content

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!