Class TFileStreamUTF8
Unit
Declaration
type TFileStreamUTF8 = class(THandleStream)
Description
File stream supporting UTF8 filenames
Hierarchy
- TFileStreamUTF8
Overview
Methods
![]() |
constructor Create(const AFileName: utf8string; Mode: Word; Rights: LongWord); overload; |
![]() |
constructor Create(const AFileName: utf8string; Mode: Word); overload; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property FileName: utf8string Read FFilename; |
Description
Methods
![]() |
constructor Create(const AFileName: utf8string; Mode: Word; Rights: LongWord); overload; |
|
This item has no description. | |
![]() |
constructor Create(const AFileName: utf8string; Mode: Word); overload; |
|
This item has no description. | |
![]() |
destructor Destroy; override; |
|
This item has no description. | |
Properties
![]() |
property FileName: utf8string Read FFilename; |
|
This item has no description. | |
