Advance Pascal Script (DWS Extanded)
TIntegerHashtable
TIntegerHashtable- -
Description
Hierarchytype TIntegerHashtable= class(THashtable)
constructor Create
destructor Destroy
procedure Put(Key: Integer; Value: TObject)
function Get(Key: Integer): TObject
function HasKey(Key: Integer): Boolean
function RemoveKey(Key: Integer): TObject
end;
UP