procedure PostOrderTraverse(pVisit: TLzExprVisitFunc);
Traverse expression binary tree in post-order with your own defined function.
TLzExprVisitFunc