[Overview][Constants][Types][Classes][Procedures and functions][Index] |
CustomSort - Sorts the child nodes using SortProc.
Source position: comctrls.pp line 3030
public function TTreeNode.CustomSort( |
SortProc: TTreeNodeCompare |
):Boolean; |
The child nodes (not the grand children) are sorted. If SortProc is nil the method DefaultTreeViewSort is used. The default implementation always returns true.
lazarus-ccr.sourceforge.net |