JVCL Help:TJvTabBar.Images
JVCL Help: TJvTabBar.Images Property
Search in JVCL Help
Search in all projectsSummary
Specifies the images that appear next to captions on tabs in the control.
Pascal
propertyImages: TCustomImageList;
Description
Images is a TImageList property used to provide a list of bitmaps that are drawn on the tab items defined in the Tabs collection. Each TJvTabBarItem in Tabs has an ImageIndex property that identifies an image in this list. Applications must create and populate a TImageList for the Images property when images should be drawn on tabs in the control. Images are used in the DrawTab method for the Painter assigned to the control to access the bitmap for a tab using the value in its' ImageIndex property. When Images is unassigned or when ImageIndex contains -1, no image can be drawn on the tab. Assigning a new value to the Images property causes the tabbed-bar control to be redrawn.
See Also
TJvTabBarItem.ImageIndex, TJvTabBarPainter, TJvModernTabBarPainter
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page