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

TCustomImageList.ResolutionCount

Number of image resolutions available in the image list.

Declaration

Source position: imglist.pp line 418

public property TCustomImageList.ResolutionCount : Integer
  read GetResolutionCount;

Description

ResolutionCount is a read-only Integer property that provides access to the number of image Resolutions available in the image list. ResolutionCount returns the length of the internal TCustomImageListResolutions container used in the class instance.

Use the Resolutions or ResolutionsDesc methods to access an enumerator with the TCustomImageListResolution instances for the image list. Use the Resolution property to access a TCustomImageListResolution using a specified image width. Use the ResolutionsByIndex property to access an image resolution by its ordinal position in the image list.

See also

TCustomImageListResolutions

  

Provides multiple image resolutions in TCustomImageList.

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.

TCustomImageList.Resolution

  

Provides indexed access to an image resolution with the specified image width.

TCustomImageList.ResolutionByIndex

  

Provides access to an image resolution by its ordinal position in the image list.


Version 3.2 Generated 2024-02-25 Home