THashtable = class(TObject) function Capacity: Integer; function Size: Integer; end;
Base class for all hashtables. See the help text for the derived classes.
function Capacity: Integer;
function Size: Integer;