TmhQuickIni

A special version of the TIniFile that comes with Delphi
Download

TmhQuickIni Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Mikael Holm
  • Operating Systems:
  • Windows All
  • File Size:
  • 4 KB

TmhQuickIni Tags


TmhQuickIni Description

TmhQuickIni was developed to be a special version of the TIniFile that comes with Delphi. It works much like the TMemIniFile that comes with Delphi 5. It does its magic by loading the whole Ini-file into memory at once and then reads and writes to memory instead of a file on disk as the regular TIniFile does. This makes it alot faster to access values and sections in the Ini-file. When you have done all your reading and writing you can save it to a file on disk again. Optionally you can set a flag indicating that all writes to the TmhQuickIni should be flushed to disk immideately. This slows down the writing of values and sections but it garantees that the file on disk is current all the time. The reason for building my own version of a class that already exists in Delphi 5 is that I needed it for another component that I wanted to be compilable in Delphi 3 and better. Then one just couldn't use TMemIniFile.


TmhQuickIni Related Software