[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Hides the arrow drawn as the sort indicator for a column.
Source position: grids.pas line 1357
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.0 | Generated 2025-05-03 | Home |