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

TCustomGrid.TitleImageList

The list with images displayed in column titles.

Declaration

Source position: grids.pas line 1273

protected property TCustomGrid.TitleImageList : TImageList
  read FTitleImageList
  write SetTitleImageList;

Description

TitleImageList is a TImageList property which contains the images displayed in the title area for columns in the grid. It can include images used for the non-native column sort indicators.

Setting a new value for the property causes the VisualChange method to be called to update the column sizes and redraw the control.

TitleImageList is used to get an image resolution using the width specified in TitleImageListWidth. The images are used when rendering the TGridColumn instances in the Columns collection.


Version 3.2 Generated 2024-02-25 Home