<< Click to display table of contents >> TSRVImageScrollItem |
TSRVImageScrollItem is a type of item for collection of items of TSRVImagesScroll.
Unit SRVImagesScroll;
Syntax
TSRVImageScrollItem = class(TCollectionItem);
TObject
TPersistent
TCollectionItem
Published properties
Property |
Type |
Default value |
Meaning |
---|---|---|---|
Enabled |
Boolean |
True |
Determines whether the item can be selected. |
Hint |
String |
|
Reserved |
ImageIndex |
Integer |
-1 |
Identifies the image associated with this item. ImageIndex is an index into the ImageList property of the parent control. When the item is selected, the item displays the image specified by the SelectedImageIndex property instead, if that property is assigned. |
Link |
TRVUnicodeString |
|
Reserved |
Name |
TRVUnicodeString |
|
Item name, not displayed |
SkinSchemeIndex |
Integer |
-1 |
Index in the SkinManager.CurrentSkin.BoxSchemes (SkinManager is a property of the parent control). Defines a visual appearance of the item. If equals to -1, ItemSkinSchemeIndex of the parent control is used. |
SelectedImageIndex |
Integer |
-1 |
Identifies the image associated with this item when it is selected. SelectedImageIndex is an index into the ImageList property of the parent control. If it equals to -1, ImageIndex property is used instead. |
ShowHint |
Boolean |
True |
Reserved |
Tag |
LongInt |
0 |
Stores an integer value as part of the item. |
Visible |
Boolean |
True |
Determines whether the item is visible |