TdxLayoutImageOptions.Images Property
Provides caption images for enabled items.
Declaration
property Images: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
Remarks
Use the Images property to bind an image list to the layout control.
Images from the collection are specified by the item’s CaptionOptions.ImageIndex property. This property is used to specify images for item captions by the corresponding index from both the DisabledImages and Images lists.
An image from the Images list is automatically displayed in the caption, if the item is enabled (the item’s Enabled property is True).
See Also