[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.ImageIndexSortAsc

Ordinal position for the image used when a column is sorted in ascending order.

Declaration

Source position: grids.pas line 1249

protected property TCustomGrid.ImageIndexSortAsc : TImageIndex
  read FAscImgInd
  write FAscImgInd
  default - 1;

Description

ImageIndexSortAsc is a TImageIndex property with the ordinal position in TitleImageList for the image drawn in the header for a column sorted in ascending 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.

See also

TCustomGrid.TitleImageList

  

The list with images displayed in column titles.

TCustomGrid.Columns

  

Definitions for the columns displayed the grid.

TGridColumn.Title

  

Text displayed as the column title.

TGridColumnTitle.ImageIndex

  

The index for the image used in the title (default=0, i.e. no image).

TImageIndex

  

Type used for an image list index (integer).