Create a new instance of TIniFileKey.
Source position: inifiles.pp line 106
| public constructor TIniFileKey.Create( | 
| const AIdent: string; | 
| const AValue: string | 
| ); | 
| AIdent | 
 | Key name. | 
| AValue | 
 | Key value. | 
Create instantiates a new instance of TIniFileKey on the heap. It fills Ident with AIdent and Value with AValue.
| 
 | Key name. | |
| 
 | Key value. |