| [Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements a file stream with support for UTF-8-encoded file names
Source position: lazutf8classes.pas line 22
type TFileStreamUTF8 = class(TFileStream) |
||
public |
||
constructor Create(); |
|
Constructor for the class instance |
property FileName: string; [r] |
|
Name of the file where stream content is read or written |
end; |
|
Implements a file stream with support for UTF-8-encoded file names |
|
| | | ||
| | | ||
| | | ||
| | | ||
TFileStreamUTF8 is a TFileStream descendant which implements a file stream with support for UTF-8-encoded content file names. TFileStreamUTF8 provides constructors which create or open the file for the stream using UTF-8 encoding.
| lazarus-ccr.sourceforge.net |