Hides the arrow drawn as the sort indicator for a column.
Source position: grids.pas line 1358
public procedure TCustomGrid.HideSortArrow; |
HideSortArrow is a procedure used to hide the arrow drawn for the sort indicator defined in SortColumn. HideSortArrow sets the value in SortColumn to -1 to indicate that the sort column is not defined, and calls InvalidateGrid to redraw the contents in the grid control.
|
Column number used to sort the rows in the grid. |
|
|
Invalidates the client area for the grid control. |
|
|
Sorts rows or columns in the grid. |
| Version 4.6 | Generated 2026-02-20 | Home |