From 5abad30b39a9f1f1cae434f83d4cfb854fb298ce Mon Sep 17 00:00:00 2001 From: dmitry Date: Tue, 14 Jan 2020 03:47:43 +0000 Subject: [PATCH] doc: adding short descriptions for SortIndicator and AutoSortIndicator git-svn-id: branches/listviewsortindicator@62547 - --- docs/xml/lcl/comctrls.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/xml/lcl/comctrls.xml b/docs/xml/lcl/comctrls.xml index 0cb801b122..fdee571324 100644 --- a/docs/xml/lcl/comctrls.xml +++ b/docs/xml/lcl/comctrls.xml @@ -18600,6 +18600,10 @@ Call ParentNode.CustomSort(nil) to sort only the child nodes of a single node. Called for owner-data mode. Called for owner-data mode. + Indicator of the sorting order. Serves only the visual purpose, doesn't affect the actual sorting order + If AutoSort is used on TListView, this property controls, if TListView should also automatically set SortIndicator for the selected sorting columnSortIndicator</link> + +