[Overview][Classes] | Reference for unit 'IniFiles' (#fcl) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Key list object
Source position: inifiles.pp line 88
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 |
|
| | ||
TList |
||
? | ||
TObject |
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 |
No notes exist for this page yet.