[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msehash.pas line 293
type tpointerhashdatalist = class(thashdatalist) |
public |
function add(); |
function addunique(); |
function find(); |
function delete(); overload; |
function first; |
function next; |
function last; |
function prev; |
end; |
| |
| |
TObject |