[Overview][Types][Classes][Procedures and functions][Index] |
Gets the enumerator for the class instance.
Source position: imglist.pp line 257
public function TCustomImageListResolutionEnumerator.GetEnumerator: TCustomImageListResolutionEnumerator; |
Enumerator for the image resolutions in the image list.
GetEnumerator is a TCustomImageListResolutionEnumerator function used to get the enumerator for image resolutions in an image list. GetEnumerator implements the method defined in the IEnumerator interface. GetEnumerator provides access to the TCustomImageListResolution classes stored in a TCustomImageList class instance.
Use MoveNext to navigate to each image resolution for the enumerator.
Use Current to access the current image resolution in the enumerator.
|
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. |
|
|
Moves to the next image resolution for the enumerator. |
|
|
The current image resolution for the enumerator. |
Version 4.0 | Generated 2025-05-03 | Home |