IniFiles
Contents |
Delphi Information
Class
| EIniFileException |
EIniFileException is the exception class for errors that occur when working with INI files using TIniFile. |
| TCustomIniFile |
TCustomIniFile is the base class for components that encapsulate access to .ini files and the Windows system registry. |
| THashedStringList |
THashedStringList maintains a list of strings using an internal hash table. |
| TIniFile |
TIniFile stores and retrieves application-specific information and settings from INI files. |
| TMemIniFile |
TMemIniFile enables buffered storage and retrieval of application-specific information and settings in an INI file. |
| TStringHash |
TStringHash maintains a bucket list. |
Pointer
| PHashItem |
Pointer to a THashItem. |
| PPHashItem |
Pointer to a PHashItem. |
Struct
| THashItem |
A variable of type THashItem contains information about an item in a hash table. |
C++ Information
Class
| EIniFileException |
EIniFileException is the exception class for errors that occur when working with INI files using TIniFile. |
| TCustomIniFile |
TCustomIniFile is the base class for components that encapsulate access to .ini files and the Windows system registry. |
| THashItem |
A variable of type THashItem contains information about an item in a hash table. |
| THashedStringList |
THashedStringList maintains a list of strings using an internal hash table. |
| TIniFile |
TIniFile stores and retrieves application-specific information and settings from INI files. |
| TMemIniFile |
TMemIniFile enables buffered storage and retrieval of application-specific information and settings in an INI file. |
| TStringHash |
TStringHash maintains a bucket list. |
Typedef
| PHashItem |
Pointer to a THashItem. |
| PPHashItem |
Pointer to a PHashItem. |