ShellBrowser Delphi Components Documentation
|
Simple component that allows to display images of an image list.
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. |
|
Name |
Description |
| ||
| ||
| ||
| ||
| ||
| ||
| ||
|
See TControl.OnClick | |
| ||
|
Occurs when a control receives the input focus. | |
|
Occurs when the input focus shifts away from one control to another. | |
|
Occurs when a user presses any key while the control has focus. | |
| ||
| ||
|
The version number of the ShellBrower controls. | |
|
Determines whether the component appears on screen. |
|
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. |