Return the tree report as a string.
Source position: avl_tree.pp line 175
public function TAVLTree.ReportAsString: string; |
The tree report as a string.
ReportAsString calls WriteReportToStream and returns the stream data as a string.
|
Write the contents of the tree consistency check to the stream. |