[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 1270

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

  

Contains the attributes for the title in the fixed header for the column.

TGridColumnTitle.ImageIndex

  

Ordinal position for the image displayed in the fixed header for the column title.

TImageIndex

  

Type used for an image list index (integer).


Version 3.2 Generated 2024-02-25 Home