TSRVImageScrollItem

<< 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);

Hierarchy

TObject

TPersistent

TCollectionItem

Properties

Published properties

Property

Type

Default value

Meaning

published Enabled

Boolean

True

Determines whether the item can be selected.

published Hint

String

 

Reserved

published 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.

published Link

TRVUnicodeString

 

Reserved

published Name

TRVUnicodeString

 

Item name, not displayed

published 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.

published 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.

published ShowHint

Boolean

True

Reserved

published Tag

LongInt

0

Stores an integer value as part of the item.

published Visible

Boolean

True

Determines whether the item is visible