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