FireDAC.Stan.Util.TFDFileStream

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TFileStreamSystem.Classes.THandleStreamSystem.Classes.TStreamSystem.TObjectTFDFileStream

Delphi

TFDFileStream = class(TFileStream)

C++

class PASCALIMPLEMENTATION TFDFileStream : public System::Classes::TFileStream

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

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

FireDAC.Stan.Util.TFDFileStream inherits from System.Classes.TFileStream. All content below this line refers to System.Classes.TFileStream.

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

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.

See Also


Code Examples