Table of Contents

TTMSFNCTreeViewColumnSorting Enumeration

Specifies whether and how clicking a column header sorts the tree nodes.

API unit family: TMSFNCTreeViewData

Members

Name Description
tcsNone Column header clicks do not sort nodes.
tcsNormal Sorts only the direct children of each node; not case-sensitive.
tcsRecursive Sorts all descendants recursively; not case-sensitive.
tcsNormalCaseSensitive Sorts only the direct children of each node; case-sensitive.
tcsRecursiveCaseSensitive Sorts all descendants recursively; case-sensitive.