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

THashedStringList

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

Declaration

Source position: inifiles.pp line 61

type THashedStringList = class(TStringList)

public

  constructor Create;

  destructor Destroy; override;

  function IndexOf(); override;

  function IndexOfName(); override;

end;

Inheritance

THashedStringList

|

TStringList

|

TObject