mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 10:29:24 +02:00
Documentation fix for TTreeNodeCompare
git-svn-id: trunk@34572 -
This commit is contained in:
parent
cc4b062b1d
commit
6fc5919b2d
@ -12073,7 +12073,7 @@ Const
|
||||
<!-- function type Visibility: default -->
|
||||
<element name="TTreeNodeCompare">
|
||||
<short>
|
||||
<var>TTreeNodeCompare</var> - generic function to compare Tree Nodes: returns -1 if Node1 less than Node2, zero if equal, +1 if Node 2 greater</short>
|
||||
<var>TTreeNodeCompare</var> - generic function to compare Tree Nodes: returns -1 if Node1 is less than Node2, zero if equal, +1 if Node1 is greater</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
|
Loading…
Reference in New Issue
Block a user