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; |
| Version 4.4 | Generated 2025-11-08 | Home |