[Overview][Constants][Types][Classes][Procedures and functions][Index] |
DefaultTreeViewSort - returns result of string comparison between names of Node1 and Node2
Source position: comctrls.pp line 2646
public function TCustomTreeView.DefaultTreeViewSort( |
Node1: TTreeNode; |
Node2: TTreeNode |
):Integer; |
DefaultTreeViewSort - returns result of string comparison between names of Node1 and Node2
DefaultTreeViewSort compares the text of two TreeNodes and returns the following result:
The comparision takes into account Ansi characters, i.e. it takes care of strange accented characters. Contrary to AnsiCompareText, the comparision is case sensitive.
lazarus-ccr.sourceforge.net |