mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 23:20:30 +02:00
lazutils: TFileStreamUTF8: fixed string type
git-svn-id: branches/fixes_1_4@48074 -
This commit is contained in:
parent
be07f46999
commit
4c5b2aec34
@ -13,12 +13,12 @@ type
|
||||
|
||||
TFileStreamUTF8 = class(TFileStream)
|
||||
private
|
||||
FFileName: utf8string;
|
||||
FFileName: string;
|
||||
public
|
||||
constructor Create(const AFileName: string; Mode: Word);
|
||||
constructor Create(const AFileName: string; Mode: Word; Rights: Cardinal);
|
||||
destructor Destroy; override;
|
||||
property FileName: utf8string Read FFilename;
|
||||
property FileName: string Read FFilename;
|
||||
end;
|
||||
|
||||
{ TStringListUTF8 }
|
||||
|
Loading…
Reference in New Issue
Block a user