Interface IConfigValues
Unit
Declaration
type IConfigValues = interface(IStrings)
Description
No description available, ancestor IStrings description follows
Attributes
- GUID['{A6212977-E9D0-4D30-BB9F-A4EDDD956125}']
Attributes
- GUID['{06660F55-2040-4B11-A8A7-5BA110A8B1C8}']
Hierarchy
- IInterface
- IStrings
- IConfigValues
Overview
Methods
function ReadString(iKey: string; iDefault: string = ''): string; |
|
function ReadPassword(iKey: string; iDefault: string = ''): string; |
|
function ReadInteger(iKey: string; iDefault: integer = 0): integer; |
|
function ReadFloat(iKey: string; iDefault: double = 0): double; |
|
function ReadOnOff(iKey: string; iDefault: boolean): boolean; |
|
function ReadColor(iKey: string; iDefault: TColor): TColor; |
|
procedure ReadFont(iFontID: string; iFont: TFont); |
|
function ReadList(iKey: string): IStrings; |
|
function ReadNameValueList(iKey1, iKey2: string): IStrings; |
|
function ReadValues(iPrefix: string): IConfigValues; |
|
function ReadSubSection(iPrefix: string): IConfigValuesList; |
|
procedure WriteString(iKey: string; iValue: string); |
|
procedure WritePassword(iKey: string; iValue: string); |
|
procedure WriteInteger(iKey: string; iValue: integer); |
|
procedure WriteFloat(iKey: string; iValue: double); |
|
procedure WriteOnOff(iKey: string; iValue: boolean); |
|
procedure WriteColor(iKey: string; iValue: TColor); |
|
procedure WriteFont(iFontID: string; iFont: TFont; iIncludeColor: boolean = true); |
|
procedure WriteList(iKey: string; iList: IStrings); |
|
procedure WriteNameValueList(iKey1, iKey2: string; iList: IStrings); |
|
procedure WriteValues(iPrefix: string; iValues: IConfigValues); |
|
procedure WriteSubSection(iPrefix: string; iValues: IConfigValuesList); |
|
procedure DeleteKey(iKey: string); |
|
procedure Merge(iOther: IStrings); |
|
function AsStrings: IStrings; |
|
function This: IConfigValues; |
Description
Methods
function ReadString(iKey: string; iDefault: string = ''): string; |
|
function ReadPassword(iKey: string; iDefault: string = ''): string; |
|
function ReadInteger(iKey: string; iDefault: integer = 0): integer; |
|
function ReadFloat(iKey: string; iDefault: double = 0): double; |
|
function ReadOnOff(iKey: string; iDefault: boolean): boolean; |
|
function ReadColor(iKey: string; iDefault: TColor): TColor; |
|
procedure ReadFont(iFontID: string; iFont: TFont); |
|
function ReadList(iKey: string): IStrings; |
|
function ReadNameValueList(iKey1, iKey2: string): IStrings; |
|
function ReadValues(iPrefix: string): IConfigValues; |
|
function ReadSubSection(iPrefix: string): IConfigValuesList; |
|
procedure WriteString(iKey: string; iValue: string); |
|
procedure WritePassword(iKey: string; iValue: string); |
|
procedure WriteInteger(iKey: string; iValue: integer); |
|
procedure WriteFloat(iKey: string; iValue: double); |
|
procedure WriteOnOff(iKey: string; iValue: boolean); |
|
procedure WriteColor(iKey: string; iValue: TColor); |
|
procedure WriteFont(iFontID: string; iFont: TFont; iIncludeColor: boolean = true); |
|
procedure WriteList(iKey: string; iList: IStrings); |
|
procedure WriteNameValueList(iKey1, iKey2: string; iList: IStrings); |
|
procedure WriteValues(iPrefix: string; iValues: IConfigValues); |
|
procedure WriteSubSection(iPrefix: string; iValues: IConfigValuesList); |
|
procedure DeleteKey(iKey: string); |
|
procedure Merge(iOther: IStrings); |
|
function AsStrings: IStrings; |
|
function This: IConfigValues; |
|
Generated by PasDoc 0.16.0.