[Overview][Types][Classes][Index] Reference for unit 'fpg_stringhashlist' (#fpgui)

TStringHashList

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

Declaration

Source position: fpg_stringhashlist.pas line 42

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


Documentation generated on: 2012-01-26