Class TRegIniFile (unit MyD3Registry)

Inherits from

TRegistry

Constructors


constructor Create(const FileName: string);



Functions

procedure DeleteKey(const Section, Ident: String);


procedure EraseSection(const Section: string);


function ReadBool(const Section, Ident: string; Default: Boolean): Boolean;


function ReadInteger(const Section, Ident: string; Default: Longint): Longint;


procedure ReadSection(const Section: string; Strings: TStrings);


procedure ReadSections(Strings: TStrings);


procedure ReadSectionValues(const Section: string; Strings: TStrings);


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


procedure WriteBool(const Section, Ident: string; Value: Boolean);


procedure WriteInteger(const Section, Ident: string; Value: Longint);


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


Properties

property FileName : string


Events

Variables

FFileName : string;



Constructors


constructor Create(const FileName: string);


Functions


procedure DeleteKey(const Section, Ident: String);


procedure EraseSection(const Section: string);


function ReadBool(const Section, Ident: string; Default: Boolean): Boolean;


function ReadInteger(const Section, Ident: string; Default: Longint): Longint;


procedure ReadSection(const Section: string; Strings: TStrings);


procedure ReadSections(Strings: TStrings);


procedure ReadSectionValues(const Section: string; Strings: TStrings);


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


procedure WriteBool(const Section, Ident: string; Value: Boolean);


procedure WriteInteger(const Section, Ident: string; Value: Longint);


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


Properties


property FileName : string


Events


Variables


FFileName : string;