SelectedItems property (ImageList Control)

C++ Builder example

Delphi example

 

Builder Syntax

TLEADImageListItem * SelectedItems[Index: Integer];

Delphi Syntax

SelectedItems[Index: Integer]: TLEADImageListItem;

Overview

Refer to Using the Image List Control.

Remarks

(Runtime only) This property contains an array of the ImageList items that are currently selected in the ImageList Control.

For more information on the TLEADImageListItem data type, refer to the Item property.

See Also

Elements:

Count property, SelectedCount property, Item property

Topics:

Raster Images: Displaying Images