Unit 'JPL.IniFile' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_jplib]

TJPIniItem

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

Declaration

Source position: JPL.IniFile.pas line 35

type TJPIniItem = class(TCollectionItem)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  function AsString;

  

  property ItemType: TJPIniItemType; [rw]

  

  property Key: string; [rw]

  

  property Value: string; [rw]

  

end;

Inheritance

TJPIniItem

  

|

TObject



CT Web help

CodeTyphon Studio