Skip to main content

TdxCustomTileControl.Images Property

Specifies the images to be displayed within tile items and their frames.

Declaration

property Images: TCustomImageList read; write;

Property Value

Type
TCustomImageList

Remarks

Use this property to specify images that are common to all tile items and frames in the tile control. Images provided for individual tile items via a tile item’s Glyph.Images property override the tile control Images property. If both these properties are specified, the tile item’s images have priority.

Once any of these properties are specified, you can select a tile image via the Glyph.ImageIndex property of a tile item or frame. Alternatively, you can assign a tile image via the Glyph.Image property, which has priority over Glyph.ImageIndex property settings.

See Also