Bonivur Ну есть же справка и гугл
[more=TRegIniFile]TRegIniFile is a low-level wrapper for the Windows 95/NT system registry.
TRegIniFile presents a simple interface to the system registry, hiding the need to know about the underlying structure of the registry. TRegIniFile acts as a helper object to TRegistryIniFile, which descends from TCustomIniFile (and is therefore more widely compatible with other INI file classes).
TRegIniFile enables handling the Windows 95/NT system registry as if it were a Windows 3.x INI file. Instead of processing an INI file, however, TRegIniFile reads from and writes to the system registry.
Although TRegIniFile descends from TRegistry, it adds the properties and methods used by a TIniFile object. The FileName passed to a TRegIniFile object becomes a subkey under the system registry's root key (HKEY_CURRENT_USER by default). What corresponds to a section in an INI file is treated as a key in the system registry, and what corresponds to data entries under a section in an INI file are treated as data values under a key in the system registry.
Note: TRegIniFile is intended to be used primarily as a helper object to TRegistryIniFile, which unifies the interface to INI files and the system registry. However, applications can use TRegIniFile directly.
----- rus -------
TRegIniFile является низкий уровень оболочка для системного реестра Windows 95/NT.
TRegIniFile представляет собой простой интерфейс для системного реестра, скрывать нужно знать о базовой структуре реестра. TRegIniFile действует как вспомогательный объект TRegistryIniFile, которая спускается от TCustomIniFile (и, следовательно, более широко совместимы с другими классами файл INI).
TRegIniFile обработки позволяет системе Windows 95/NT реестра, как если бы это были INI Windows 3.x файл. Вместо обработки ini-файле, однако, TRegIniFile чтение и запись в системный реестр.
Хотя TRegIniFile спускается с TRegistry, она добавляет свойства и методы, используемые TIniFile объекта.FileName передается TRegIniFile объект становится подраздел под корневой раздел системы реестра (HKEY_CURRENT_USER по умолчанию). Что соответствует раздел в INI-файл рассматривается как ключ в системном реестре, и то, что соответствует записи данных в разделе INI-файл, рассматриваются как значения данных под ключ в системном реестре.
Примечание: TRegIniFile предназначена для использования в основном в качестве вспомогательного объекта TRegistryIniFile, которая объединяет интерфейс для INI файлов и системного реестра. Тем не менее, приложения могут использовать TRegIniFile напрямую.[/more] vs [more=TRegistryIniFile]TRegistryIniFile is a wrapper for the Windows system registry.
TRegistryIniFile presents a simple interface to the system registry and hides the need to know about the underlying structure of the registry. TRegistryIniFile enables handling the Windows system registry as if it were a Windows 3.x INI file. Instead of processing an INI file, however, TRegistryIniFile reads from and writes to the system registry. Because TRegistryIniFile, like TIniFile, descends from TCustomIniFile, you can use it in common code that writes to both INI files and the registry.
In addition, application developers that are switching from the use of INI files to the system registry can use this object to migrate their application with a minimum of coding changes. By finding all references to TIniFile in an application, replacing them with TRegistryIniFile, and recompiling the application, a developer can update an application to use the system registry instead of INI files without having to code any new logic into the application.
Note: Information contained in existing users' INI files is not migrated into the system registry using the method described above. A one-time operation to explicitly copy the INI file data, through TRegistryIniFile, must be used to do this.
TRegistryIniFile adapts the methods inherited from TCustomIniFile to operate on Registry entries rather than INI file keys. It reinterprets the FileName property as a subkey under the system registry's root key (HKEY_CURRENT_USER by default). What corresponds to a section in an INI file is treated as a key in the system registry, and what corresponds to data entries under a section in an INI file are treated as data values under a key in the system registry.
----- rus -------
TRegistryIniFile является оболочкой для системного реестра Windows.
TRegistryIniFile представляет собой простой интерфейс для системного реестра и скрывает нужно знать о базовой структуре реестра. TRegistryIniFile позволяет обработку реестре системы, как если бы это были INI Windows 3.x файл. Вместо обработки ini-файле, однако, TRegistryIniFile чтение и запись в системный реестр. Потому что TRegistryIniFile, как TIniFile, спускается с TCustomIniFile, вы можете использовать его в общий код, который пишет как INI-файлов и реестра.
Кроме того, разработчиков приложений, которые переходят от использования INI-файлов системного реестра может использовать этот объект перенести свои приложения с минимумом кодирования изменений. Находя все ссылки на TIniFile в приложениях, заменив их TRegistryIniFile, и перекомпиляции приложения, разработчики могут обновить приложение для использования системного реестра вместо INI файлы без кода любой новой логики в приложение.
Примечание: Информация, содержащаяся в файлах существующих пользователей INI не переносятся в систему реестра с помощью метода, описанного выше.Разовая операция явно скопировать ini-файла данных, через TRegistryIniFile, должны быть использованы, чтобы сделать это.
TRegistryIniFile адаптирует методы, унаследованные от TCustomIniFile работать на записи в реестре, а не ключи INI-файл. Он переосмысливает FileName собственности как подраздел в корневой ключ системного реестра (в HKEY_CURRENT_USER по умолчанию). Что соответствует раздел в INI-файл рассматривается как ключ в системном реестре, и то, что соответствует записи данных в разделе INI-файл, рассматриваются как значения данных под ключ в системном реестре.[/more]
Согласно мануалу один из них применяется в Windows 95/NT, другой - в старших OC