Unit 'fpsStringHashList' Package
[Overview][Types][Classes][Index] [#pl_fpspreadsheet]

TStringHashList

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

Declaration

Source position: fpsstringhashlist.pas line 39

type TStringHashList = class(TObject)

protected

  function HashOf();

  

  procedure Insert();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function Add();

  

  procedure Clear;

  

  function Find();

  

  function Remove();

  

  property CaseSensitive: Boolean; [rw]

  

  property Count: Integer; [r]

  

  property Data []: Pointer; default; [rw]

  

  property List: PStringHashItemList; [r]

  

end;

Inheritance

TStringHashList

  

|

TObject



CT Web help

CodeTyphon Studio