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

TIniFileKeyList.Items

Indexed access to TIniFileKey items in the list.

Declaration

Source position: inifiles.pp line 112

public property TIniFileKeyList.Items[Index: Integer] : TIniFileKey
  read GetItem;
  default;

Description

Items provides indexed access to the TIniFileKey items in the list. The index is zero-based and runs from 0 to Count-1.

See also

TIniFileKey

  

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


Documentation generated on: Jul 24 2023