ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamControls.TJamImageFromImageList

Simple component that allows to display images of an image list.

JamControls_TJamImageFromImageListJamControls_TJamImageFromImageList
Syntax
Pascal
TJamImageFromImageList = class(TCustomJamImageFromImageList);

The TJamImageFromImageList is a simple component that allows to display images of an image list. Use the properties ImageList to assign an image list to the component and ImageIndex to select the image, which should be shown.

 
Name 
Description 
 
Creates and intializes an instance of this component.  
JamControls.TJamImageFromImageList
 
Name 
Description 
 
The index of the image from the ImageList that should be used if the control is disabled.  
 
The index of the image from the ImageList that should be used if the mouse hovers over the control.  
 
Use the property ImageIndex to show the corresponding image of the ImageList.  
 
Assign an ImageList to show up the contained images.  
 
Occurs when the mouse pointer moves over the control.  
 
Occurs when the mouse pointer moves off from over the control.  
 
Use the property OverlayIndex to show to show an additonal overlay image above the image defined by the ImageIndex property. ImageList. ImageIndex.  
 
The index of the image from the ImageList that should be used if the control is pressed.  
 
If True, the image is painted stretched in a size matching the available space.  
 
Specifies the style elements that are used by the control. 
 
Specifies the style name for this control.