[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'AvgLvlTree' (#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.0 Generated 2025-05-03 Home