TCnImageCollection.Items[Integer] Property

Gets or sets an Image at the specified index within the collection.

Namespace: CNClrLib.Component.ImageList
public
 property Items[Index: Integer]: TCnImage read GetItem write SetItem; default;

Parameters

Index
Type: Integer

The index of the image to get or set.

Property Value

Type: TCnImage

The image in the list specified by index.