[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Key list object
Source position: inifiles.pp line 105
type TIniFileKeyList = class(TList) |
||
public |
||
destructor Destroy; override; |
|
Free the instance |
procedure Clear; override; |
|
Clear the list |
property Items []: TIniFileKey; default; [r] |
|
Indexed access to TIniFileKey items in the list |
end; |
|
Key list object |
|
| | ||
| | ||
TIniFileKeyList maintains a list of TIniFileKey instances on behalf of the TIniFileSection class. It stores they keys of one section of the .ini files.
|
Object representing a key=value pair in the ini file. |
|
|
Ini file section object |