[Overview][Types][Classes][Procedures and functions][Index] |
Moves to the next image resolution for the enumerator.
Source position: imglist.pp line 259
public function TCustomImageListResolutionEnumerator.MoveNext: Boolean; |
True when another image resolution is available in the enumerator.
MoveNext is a Boolean function used to move to the next image resolution in the navigation order for the enumerator. MoveNext implements the method defined in the IEnumerator interface.
MoveNext uses the navigation order specified in the Create method to determine the index position for the next image resolution accessed in the enumerator. When reverse order was specified, the value in Current is decremented. When ascending order was specified, the value in Current is incremented.
The return value for the method is True when the new value for Current is a valid index position for the specified navigation order (in the range 0..Count-1).
|
The current image resolution for the enumerator. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |