mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 12:39:23 +02:00
Docs: Document TCustomGrid.HideSortArrow. Issue #36715, patch from Don Siders.
git-svn-id: trunk@62648 -
This commit is contained in:
parent
9131514b67
commit
89cda6b74f
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<fpdoc-descriptions>
|
<fpdoc-descriptions>
|
||||||
<package name="lcl">
|
<package name="lcl">
|
||||||
@ -11359,6 +11360,20 @@
|
|||||||
</short>
|
</short>
|
||||||
</element>
|
</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 -->
|
<!-- procedure Visibility: protected -->
|
||||||
<element name="TCustomGrid.InvalidateCell">
|
<element name="TCustomGrid.InvalidateCell">
|
||||||
<short>
|
<short>
|
||||||
|
Loading…
Reference in New Issue
Block a user