Class TBiggerIniFile (unit BigIni) |
Inherits from
TBigIniFile
procedure ReadNumberedList(const Section: string;
Strings: TStrings;
Deflt: String);
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . } { read a numbered list } {. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
procedure WriteNumberedList(const Section: string;
Strings: TStrings);
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . } { write a numbered list (TStrings contents) } {. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
procedure WriteSectionValues(const aSection: string; const aStrings: TStrings);
........................................................................... } { class TBiggerIniFile } {........................................................................... } {. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . } { write/replace complete section } {. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
property HasChanged : Boolean
property TextBufferSize : Integer
procedure ReadNumberedList(const Section: string;
Strings: TStrings;
Deflt: String);
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . } { read a numbered list } {. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
procedure WriteNumberedList(const Section: string;
Strings: TStrings);
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . } { write a numbered list (TStrings contents) } {. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
procedure WriteSectionValues(const aSection: string; const aStrings: TStrings);
........................................................................... } { class TBiggerIniFile } {........................................................................... } {. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . } { write/replace complete section } {. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
property HasChanged : Boolean
property TextBufferSize : Integer