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

TImageCacheItems

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Implements a container for cached image lists.

Declaration

Source position: imagelistcache.pas line 46

type TImageCacheItems = class(TList)

protected

  procedure Notify(); override;

  

Notifies observers when a value in the container has been changed.

public

  function GetNew;

  

Allocates and stores a new image list reference in the container.

  property Items []: PImageCacheItem; default; [rw]

  

Provides indexed access to image list references in the container.

end;

Inheritance

TImageCacheItems

  

Implements a container for cached image lists.

|

TList,IFPObserved

|

TObject

Description

TImageCacheItems is a TList descendant which implements a container for cached image lists. It allows indexed access to the image lists in the container by their ordinal position. It also provides a method used to create the image list references stored in the container.

TImageCacheItems is used in the implementation of the TImageListCache class.

See also

TImageListCache

  

Implements a caching mechanism for image lists.


Version 3.2 Generated 2024-02-25 Home