| [Overview][Classes][Index] | 
Write the contents of the tree consistency check to the stream
Source position: avl_tree.pp line 108
public procedure TAVLTree.WriteReportToStream(  | 
s: TStream;  | 
var StreamSize: Int64  | 
);  | 
s  | 
  | 
Stream to write the tree report to  | 
StreamSize  | 
  | 
Total number of bytes written  | 
WriteReportToStream writes a visual representation of the tree to the stream S. The total number of written bytes is returnes in StreamSize. This method is only useful for debugging purposes.
  | 
Check the consistency of the tree  |