TdxTileControlItemCustomGlyph.Images Property
In This Article
#Declaration
Delphi
property Images: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
Use this property to specify images for a particular tile (a tile item and its frames). If not specified, the images provided via a tile control’s Images property are used instead. 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