Column number used to sort the rows in the grid.
Source position: grids.pas line 1352
public property TCustomGrid.SortColumn : Integer |
SortColumn is a read-only Integer that contains the column position used to sort content rows in the grid. SortColumn is used in the HeaderClick method to determine if the click occurred on the fixed header cell represented by the property. It is also used in the DrawColumnTitleImage method if the header cell needs to render an image representing the current sort order.
|
Performs actions needed when a mouse click occurs in a header for a grid column. |
|
|
Draws the image(s) used in the column title at the specified index in the grid. |