Table of Contents

TTMSFNCTreeViewColumn.Sort Method

Sorts tree nodes by this column's cell text.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewColumn

Syntax

procedure Sort(ARecurse: Boolean = False; ACaseSensitive: Boolean = True; ASortingMode: TTMSFNCTreeViewNodesSortMode = nsmAscending); virtual;

Parameters

Name Description
ARecurse True sorts all descendants recursively; False sorts only direct children.
ACaseSensitive True uses case-sensitive comparison; False is case-insensitive.
ASortingMode Direction in which nodes are sorted.