TCnImageCollectionEnumerator Class

Enumerates the elements of a TCnImageCollection .

Namespace: CNClrLib.Component.ImageList
TObject
  CNClrLib.Component.ImageList.TCnImageCollectionEnumerator
type
 TCnImageCollectionEnumerator = class
 end;

The TCnImageCollectionEnumerator type exposes the following members.

Show:
 NameDescription
Create(TCnImageCollection)

Creates and initializes a TCnImageCollectionEnumerator instance.

Top
Show:
 NameDescription
Current

Gets the element at the current position of the enumerator.

Top
Show:
 NameDescription
GetCurrent

Gets the element at the current position of the enumerator.

MoveNext

Advances the enumerator to the next element of the TCnImageCollection.

Top