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

TIniFileKey.Create

Create a new instance of TIniFileKey

Declaration

Source position: inifiles.pp line 83

public constructor TIniFileKey.Create(

  AIdent: String;

  AValue: String

);

Arguments

AIdent

  

Key name

AValue

  

Key value

Description

Create instantiates a new instance of TIniFileKey on the heap. It fills Ident with AIdent and Value with AValue.

See also

Ident

  

Key name

Value

  

Key value

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