Unit 'AvgLvlTree' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lazutils]

TPointerToPointerItem

TPointerToPointerItem - an item in a PointerToPointer Tree (associative array).

Declaration

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