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

TCustomGrid.TitleImageListWidth

Stores the default width for images used in the title area for fixed cells.

Declaration

Source position: grids.pas line 1274

protected property TCustomGrid.TitleImageListWidth : Integer
  read FTitleImageListWidth
  write SetTitleImageListWidth
  default 0;

Description

TitleImageListWidth is an Integer which stores the default width for images used in the title area for fixed cells. The default value for the property is 0. Changing the value in TitleImageListWidth causes the VisualChange method to be called to update the grid control.

The value in TitleImageListWidth is used in methods which draw fixed cells in the grid, such as:

See also

TCustomGrid.DrawColumnTitleImage

  

Draws the image(s) used in the column title at the specified index in the grid.

TCustomStringGrid.AutoAdjustColumn

  

Adjusts the column size for the font, text length, and images used in the specified column.


Version 3.2 Generated 2024-02-25 Home