[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ImgList' (#lcl)

TCustomImageListResolutionEnumerator.Current

The current image resolution for the enumerator.

Declaration

Source position: imglist.pp line 260

public property TCustomImageListResolutionEnumerator.Current : TCustomImageListResolution
  read GetCurrent;

Description

Current is a read-only TCustomImageListResolution property that represents the current image resolution for the enumerator. Current implements the property defined in the IEnumerator interface.

Image resolutions are read from the image list passed as an argument to the constructor. An internal member is used to track the index position for the current image resolution. Use the MoveNext method to get the next index position used in the enumerator.

See also

TCustomImageListResolutionEnumerator.MoveNext

  

Moves to the next image resolution for the enumerator.

TCustomImageListResolutionEnumerator.Create

  

Constructor for the class instance.

TCustomImageListResolution

  

Implements an image resolution (or size) used in TCustomImageList.

TCustomImageList.Resolutions

  

Provides access to the image resolutions (or sizes) used in the image lists.

TCustomImageList.ResolutionsDesc

  

Provides access to the descending enumerator for image resolutions in the list.


Version 4.0 Generated 2025-05-03 Home