[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: xmlutils.pp line 102
type THashTable = class(TObject) |
public |
constructor Create(); |
destructor Destroy; override; |
procedure Clear; |
function Find(); |
function FindOrAdd(); |
function Get(); |
function Remove(); |
function RemoveData(); |
procedure ForEach(); |
property Count: LongWord; [r] |
end; |
| |
TObject |