Class THashtable

Declaration
THashtable = class(TObject)
  function Capacity: Integer;
  function Size: Integer;
end;
Description

Base class for all hashtables. See the help text for the derived classes.


Method THashtable.Capacity

Declaration
function Capacity: Integer;
Description



Method THashtable.Size

Declaration
function Size: Integer;
Description