Class TMemIniFileEx
Unit
PropSaveMain
Declaration
type TMemIniFileEx = class(TMemIniFile)
Description
Enhanced TMemIniFile component which provides compress of file
Hierarchy
- TMemIniFile
- TMemIniFileEx
Overview
Methods
Description
Methods
 |
constructor CreateEx(const FileName: string; Compress: boolean; ShowErr: boolean); |
|
 |
procedure UpdateFile; override; |
|
 |
function GetContentAsString: string; |
|
 |
procedure SetContentAsString(const s: string); |
|
Generated by PasDoc 0.13.0 on 2016-02-19 08:14:10
|