Class TRegIniFile1 (unit AlbReg)

Inherits from

TRegistry

Similar to modify_registry_values, but simpler parameters: Only one condition is allowed. (If no condition, use '').

Constructors


constructor Create(Root:RootKeys; const FileName:string);

Implementation of TRegIniFile1


Functions

procedure ModifyValue(const Section, Ident, Value: String);

It is a combination of all original ReadXXXX functions, but tests the DataType!

function ReadValue(const Section, Ident, Default: string): string;


Properties

property FileName : string


Events

Variables

FFileName : string;



Constructors


constructor Create(Root:RootKeys; const FileName:string);

Implementation of TRegIniFile1


Functions


procedure ModifyValue(const Section, Ident, Value: String);

It is a combination of all original ReadXXXX functions, but tests the DataType!


function ReadValue(const Section, Ident, Default: string): string;


Properties


property FileName : string


Events


Variables


FFileName : string;