[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Column number used to sort the rows in the grid.
Source position: grids.pas line 1380
public property TCustomGrid.SortColumn : Integer |
SortColumn is a read-only Integer that contains the column position used to sort content in the rows for 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 fixed header for a grid column or row. |
|
|
Draws the image(s) used in the column title at the specified index in the grid. |
Version 4.0 | Generated 2025-05-03 | Home |