mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 21:40:20 +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 -->
|
<!-- function type Visibility: default -->
|
||||||
<element name="TTreeNodeCompare">
|
<element name="TTreeNodeCompare">
|
||||||
<short>
|
<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/>
|
<descr/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
|
Loading…
Reference in New Issue
Block a user