From 6fc5919b2d811526361116f40c1c8f5cb0116323 Mon Sep 17 00:00:00 2001 From: juha Date: Wed, 4 Jan 2012 12:08:06 +0000 Subject: [PATCH] Documentation fix for TTreeNodeCompare git-svn-id: trunk@34572 - --- docs/xml/lcl/comctrls.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xml/lcl/comctrls.xml b/docs/xml/lcl/comctrls.xml index 878e432afe..8e69de2b38 100644 --- a/docs/xml/lcl/comctrls.xml +++ b/docs/xml/lcl/comctrls.xml @@ -12073,7 +12073,7 @@ Const - TTreeNodeCompare - generic function to compare Tree Nodes: returns -1 if Node1 less than Node2, zero if equal, +1 if Node 2 greater + TTreeNodeCompare - generic function to compare Tree Nodes: returns -1 if Node1 is less than Node2, zero if equal, +1 if Node1 is greater