[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Object representing a key=value pair in the ini file.
Source position: inifiles.pp line 101
| type TIniFileKey = class | ||
| public | ||
| constructor Create(); | 
 | Create a new instance of TIniFileKey. | 
| property Ident: string; [rw] | 
 | Key name. | 
| property Value: string; [rw] | 
 | Key value. | 
| end; | 
| 
 | Object representing a key=value pair in the ini file. | |
| | | ||
TIniFileKey is used to keep the key/value pairs in the ini file in memory. It is an internal structure, used internally by the TIniFile class.
| 
 | Ini file implementation. |