https://github.com/graemeg/freepascal/blob/master/packages/fcl-base/src/inifiles.pp
name: | description: |
TINIFile.Free | procedure TINIFile.Free;
|
TINIFile.Create | procedure TINIFile.Create(fn: TString);
|
TINIFile.ReadString | function TINIFile.ReadString(const Section, Ident, Default: TString): TString;
|
TINIFile.ReadInteger | function TINIFile.ReadInteger(const Section, Ident: TString; Default: integer): integer;
|
TINIFile.ReadBool | function TINIFile.ReadBool(const Section, Ident: TString; Default: Boolean): Boolean;
|