Unit 'IniFiles' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TIniFileKeyList

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

Key list object.

Declaration

Source position: inifiles.pp line 111

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,IFPObserved

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.


Documentation generated on: Jan 30 2024