[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Maps' (#lazutils)

MapReport

Gets information about the AVL Tree in the specified map.

Declaration

Source position: maps.pp line 230

function MapReport(

  AMap: TBaseMap

):string;

Arguments

AMap

  

Map class to examine in the routine.

Function result

String with the multi-line information about the AVL Tree.

Description

MapReport is a String function used to get information about the AVL Tree in the specified map. The return value contains information about the order of nodes in the AVL Tree, and the pointers used in the structure. It is intended for use as a diagnostic tool.


Version 3.2 Generated 2024-02-25 Home