Provides access to the image resolutions (or sizes) used in the image lists.
Source position: imglist.pp line 415
public function TCustomImageList.Resolutions: TCustomImageListResolutionEnumerator; |
Container for the images resolutions used in the class instance.
Resolutions is a read-only TCustomImageListResolutionEnumerator function that provides access to the enumerator for image resolutions in the image list. Images resolutions are accessed in ascending image size order in the enumerator.
|
Implements an enumerator for image resolutions in TCustomImageList. |
|
|
Provides access to the descending enumerator for image resolutions in the list. |