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

TIniSection

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

Declaration

Source position: JPL.ArrayIniFile.pas line 42

type TIniSection = class

protected

  procedure Clear;

  

  function AddIdent();

  

  procedure SetIdentValue();

  

  function GetIdentValue();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function AsString;

  

  function GetIdentIndex();

  

  function IdentExists();

  

  procedure WriteString();

  

  function ReadString();

  

  procedure WriteInteger();

  

  function ReadInteger();

  

  procedure WriteBool();

  

  function ReadBool();

  

  property SectionName: string; [rw]

  

  property ItemsCount: Integer; [r]

  

  property Items []: TIniSectionItem; default; [rw]

  

  property Capacity: Integer; [r]

  

end;

Inheritance

TIniSection

  

|

TObject



CT Web help

CodeTyphon Studio