[Overview][Types][Classes][Procedures and functions][Index] |
The current image resolution for the enumerator.
Source position: imglist.pp line 260
public property TCustomImageListResolutionEnumerator.Current : TCustomImageListResolution |
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.
|
Moves to the next image resolution for the enumerator. |
|
|
Constructor for the class instance. |
|
|
Implements an image resolution (or size) used in TCustomImageList. |
|
|
Provides access to the image resolutions (or sizes) used in the image lists. |
|
|
Provides access to the descending enumerator for image resolutions in the list. |
Version 4.0 | Generated 2025-05-03 | Home |