Description | Hierarchy | Fields | Methods | Properties |
type unaIniFile = class(unaIniAbstractStorage)
Manages values stored in Windows INI files.
constructor create(const fileName: wString = ''; const section: string = 'settings'; lockTimeout: tTimeout = 1000; checkFilePath: bool = true); |
|
function doGetSectionAsText(const sectionName: string): string; override; |
|
function doSetSectionAsText(const sectionName, value: string): bool; override; |
|
function getAsString(): string; override; |
|
function getStringValue(const key: string; const defValue: string = ''): string; override; |
|
procedure AfterConstruction(); override; |
|
procedure setAsString(const value: string); override; |
|
procedure setStringValue(const key: string; const value: string); override; |
property fileName: wString read f_fileName write setFileName; |
constructor create(const fileName: wString = ''; const section: string = 'settings'; lockTimeout: tTimeout = 1000; checkFilePath: bool = true); |
|
function doGetSectionAsText(const sectionName: string): string; override; |
|
function doSetSectionAsText(const sectionName, value: string): bool; override; |
|
function getAsString(): string; override; |
|
function getStringValue(const key: string; const defValue: string = ''): string; override; |
|
procedure AfterConstruction(); override; |
|
procedure setAsString(const value: string); override; |
|
procedure setStringValue(const key: string; const value: string); override; |
|
property fileName: wString read f_fileName write setFileName; |
|
(c) 2012 Lake of Soft