System.ImageList

From RAD Studio API Documentation
Jump to: navigation, search

System.ImageList contains the common for both FireMonkey and VCL code implementing the most basic device-independent features of image lists. System.ImageList contains the code supporting interaction between images in an image list and using them components (like controls, menu items, and so on).

Package rtl.bpl

Classes

TBaseImageListProvides methods and properties that handle interactions between an image list and all GUI components using images from this image list.
TImageLinkThe base class for both FireMonkey and VCL image links. An image list uses TImageLink internally to notify components using the image list when changes are made to the image list.