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

TCustomImageListResolutions.Items

Provides indexed access to existing image resolutions in the container.

Declaration

Source position: imglist.pp line 246

public property TCustomImageListResolutions.Items[AIndex: Integer] : TCustomImageListResolution
  read GetItems;
  default;

Description

Items is an indexed read-only TCustomImageListResolution property which provides access to existing image resolutions in the container. The TCustomImageListResolution instances in the Items property are stored in an internal TObjectList member, and retrieved in the read access specifier.

AIndex contains the ordinal position in the container for the requested image resolution.

Items is the default property for the container.

Use the ImageLists property to access or create an image resolution using a specified image width.

See also

TCustomImageListResolutions.ImageLists

  

Provides access to an image list which uses the specified image width.

TCustomImageListResolution

  

Implements an image resolution (or size) used in TCustomImageList.


Version 3.2 Generated 2024-02-25 Home