[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazfglhash.pas line 28
type generic TLazFPGHashTable <T>= class(TFPCustomHashTable) |
||
protected |
||
Type |
||
|
||
TGIteratorMethod = procedure( |
|
|
Item: T; |
||
const Key: string; |
||
var Continue: Boolean |
||
) of object; |
||
function CreateNewNode(); override; |
|
|
procedure AddNode(); override; |
|
|
procedure SetData(); virtual; |
|
|
function GetData(); virtual; |
|
|
function ForEachCall(); virtual; |
||
public |
||
function Iterate(); virtual; |
||
procedure Add(); virtual; |
|
|
property Items []: T; default; [rw] |
|
|
end; |
|
||
| | ||
| | ||
Version 4.0 | Generated 2025-05-03 | Home |