[Overview][Constants][Types][Classes][Index] |
Source position: dynhasharray.pp line 62
type TDynHashArrayItem = record |
||
Item: Pointer; |
|
Pointer to an element to be stored in the array. |
Next: PDynHashArrayItem; |
|
It points to the next element in the doubly linked list. |
Prior: PDynHashArrayItem; |
|
It points to the previous element in the doubly linked list. |
IsOverflow: Boolean; |
|
False if it is the first element of the linked list. |
end; |
lazarus-ccr.sourceforge.net |