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

TIniFileKey

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

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

Declaration

Source position: inifiles.pp line 78

type TIniFileKey = class

public

  constructor Create();

  

Create a new instance of TIniFileKey

  property Ident: String; [rw]

  

Key name

  property Value: String; [rw]

  

Key value

end;

Inheritance

TIniFileKey

  

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

|

TObject

Description

TIniFileKey is used to keep the key/value pairs in the ini file in memory. It is an internal structure, used internally by the TIniFile class.

See also

TIniFile

  

Ini file implementation

The latest version of this document can be found at lazarus-ccr.sourceforge.net.