System.ImageList.TBaseImageList

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBaseImageList

Delphi

TBaseImageList = class(TComponent)

C++

class PASCALIMPLEMENTATION TBaseImageList : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
System.ImageList.pas
System.ImageList.hpp
System.ImageList System.ImageList

Description

Provides methods and properties that handle interactions between an image list and all GUI components using images from this image list.

TBaseImageList uses TImageLink links referenced in the Links array to notify components using images from this TBaseImageList image list about changes in the image list.

TBaseImageList is the base class for both FireMonkey FMX.ImgList.TCustomImageList and VCL Vcl.ImgList.TCustomImageList image lists.

See Also