[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The list with images displayed in column titles.
Source position: grids.pas line 1274
protected property TCustomGrid.TitleImageList : TCustomImageList |
TitleImageList is a TCustomImageList property which contains images displayed in the title area for columns on the grid. It can include images used for the ascending and descending column sort indicators when TitleStyle is set to a value other than tsNative. Use ImageIndexSortAsc and ImageIndexSortDesc to specify the positions for sort images stored in TitleImageList.
Setting a new value for the property causes the VisualChange method to be called to update column sizes and to redraw the control.
TitleImageList is used to get an image resolution with the width specified in TitleImageListWidth. The images are used (when assigned) in DrawColumnTitleImage and DrawColumnText to render the TGridColumn instances defined in the Columns collection.
Use the Title property in the TGridColumn instance to assign the ImageIndex and ImageLayout needed for the title image.
|
Definitions for the columns displayed the grid. |
|
|
The drawing style used for the fixed column titles. |
|
|
Stores the default width for images used in the title area for fixed cells. |
|
|
Draws the image(s) used in the column title at the specified index in the grid. |
|
|
Draws the text and image for a grid column title at the specified cell coordinates. |
|
|
Ordinal position for the image used when a column is sorted in ascending order. |
|
|
Ordinal position for the image used when a column is sorted in descending order. |
|
|
Updates the grid after changes to the visual properties in the control. |
|
|
Contains the attributes for the title in the fixed header for the column. |
|
|
Ordinal position for the image displayed in the fixed header for the column title. |
|
|
The layout used for any image in the column title. |
Version 4.0 | Generated 2025-05-03 | Home |