[Overview][Types][Classes][Procedures and functions][Index] |
Allocates and stores a new image list reference in the container.
Source position: imagelistcache.pas line 54
public function TImageCacheItems.GetNew: PImageCacheItem; |
Reference for an image list stored in the container.
GetNew is a PImageCacheItem function used to allocate and store a new reference to an image list in the container. GetNew calls New to allocate the storage needed for the return value. The Add method is called to append the reference to the storage for the container.
Version 4.0 | Generated 2025-05-03 | Home |