Unit 'PasDoc_Hashes' Package
[Overview][Types][Classes][Index] [#pl_pasdoc]

THash

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

Declaration

Source position: PasDoc_Hashes.pas line 149

type THash = class

public

  property Count: Integer; [r]

  

  property Capacity: Integer; [rw]

  

  property MaxCapacity: Integer; [rw]

  

  constructor Create;

  

  destructor Destroy; override;

  

  procedure SetObject();

  

  procedure SetString();

  

  procedure SetStringObject();

  

  function GetObject();

  

  function GetString();

  

  procedure GetStringObject();

  

  function KeyExists();

  

  procedure DeleteKey();

  

  function Keys();

  

end;

Inheritance

THash

  

|

TObject



CT Web help

CodeTyphon Studio