[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Ordinal position for the image used when a column is sorted in descending order.
Source position: grids.pas line 1250
protected property TCustomGrid.ImageIndexSortDesc : TImageIndex |
ImageIndexSortDesc is a TImageIndex property with the ordinal position in TitleImageList for the image drawn in the header for a column sorted in descending order. The default value for the property is -1 and indicates that a value has not been explicitly assigned for the property.
The property value is not used in the current LCL implementation. Use the ImageIndex property in a TGridColumnTitle instance instead.
|
The list with images displayed in column titles. |
|
|
Definitions for the columns displayed the grid. |
|
|
Text displayed as the column title. |
|
|
The index for the image used in the title (default=0, i.e. no image). |
|
|
Type used for an image list index (integer). |