Docs: Document TCustomGrid.HideSortArrow. Issue #36715, patch from Don Siders.

git-svn-id: trunk@62648 -
This commit is contained in:
juha 2020-02-19 17:51:26 +00:00
parent 9131514b67
commit 89cda6b74f

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<fpdoc-descriptions>
<package name="lcl">
@ -11359,6 +11360,20 @@
</short>
</element>
<element name="TCustomGrid.HideSortArrow">
<short>Hide the arrow drawn for the sort indicator</short>
<descr>
<p>
<var>HideSortArrow</var> is a procedure used to hide the arrow drawn for the sort indicator defined in <var>SortColumn</var>. HideSortArrow sets the value in SortColumn to <b>-1</b> to indicate that the sort column is not defined, and calls <var>InvalidateGrid</var> to redraw the contents in the grid control.
</p>
</descr>
<seealso>
<link id="TCustomGrid.SortColumn"/>
<link id="TCustomGrid.InvalidateGrid"/>
<link id="TCustomGrid.Sort"/>
</seealso>
</element>
<!-- procedure Visibility: protected -->
<element name="TCustomGrid.InvalidateCell">
<short>