Unit 'JPL.ArrayIniFile' Package
[Overview][Types][Classes][Index] [#pl_jplib]

TArrayIniFile

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

Declaration

Source position: JPL.ArrayIniFile.pas line 77

type TArrayIniFile = class

protected

  function PerformAddSection();

  

  procedure LoadFile;

  

  procedure ParseText();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Clear;

  

  function GetSectionIndex();

  

  function SectionExists();

  

  function AddSection();

  

  function GetSection();

  

  function UpdateFile;

  

  property FileName: string; [rw]

  

  property SectionCount: Integer; [r]

  

  property AsString: string; [rw]

  

  property Sections []: TIniSection; [r]

  

end;

Inheritance

TArrayIniFile

  

|

TObject



CT Web help

CodeTyphon Studio