[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Function to compare the node text of two nodes.
Source position: comctrls.pp line 3034
function CompareExpandedNodes( |
Data1: Pointer; |
Data2: Pointer |
):Integer; |
This function does an ANSICompare on the NodeText of two nodes. The parameters Data1 and Data2 are pointers to the nodes to be compared. The result is the same is the result from ANSICompareText.
-1: The nodetext from the first node is lower then the nodetext from the second.
0: The nodetext-s from both nodes are equal.
1: The nodetext from the first node is higher then the nodetext from the second.
lazarus-ccr.sourceforge.net |