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



[Overview][Classes] 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

Notes

 No notes exist for this page yet. 





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