| [Overview][Types][Classes][Procedures and functions][Index] |
TPointerToPointerItem - an item in a PointerToPointer Tree (associative array).
Source position: avglvltree.pas line 84
type TPointerToPointerItem = record |
||
Key: Pointer; |
|
The Key defining the pointer item. |
Value: Pointer; |
|
The Value of the pointer item. |
end; |