Class TUtf8IniFile
Unit
Declaration
type TUtf8IniFile = class(TIniFile)
Description
Extends TIniFile with support for Unicode file paths and (in the Free Pascal implementation) enhanced INI file parsing options
Hierarchy
- TIniFile
- TUtf8IniFile
Overview
Methods
| Public | constructor Create(const FilePath: WideString; Opts: TIniFileOptions = [ifoEscapeLineFeeds, ifoStripQuotes]); |
| Public | destructor Destroy; override; |
Description
Methods
| Public | constructor Create(const FilePath: WideString; Opts: TIniFileOptions = [ifoEscapeLineFeeds, ifoStripQuotes]); |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
This documentation is in the public domain under the Creative Commons Zero v1.0 Universal public license.