help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Classes] Reference for unit 'IniFiles' (#fcl)

TIniFileKeyList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Key list object

Declaration

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;

Inheritance

TIniFileKeyList

  

Key list object

|

TList

?

TObject

Description

TIniFileKeyList maintains a list of TIniFileKey instances on behalf of the TIniFileSection class. It stores they keys of one section of the .ini files.

See also

TIniFileKey

  

Object representing a key=value pair in the ini file.

TIniFileSection

  

Ini file section object

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505