API:Vcl.ImgList.TCustomImageList

From RAD Studio API Documentation
Jump to: navigation, search

System.ImageList.TBaseImageListSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomImageList

Delphi

TCustomImageList = class(TBaseImageList)

C++

class PASCALIMPLEMENTATION TCustomImageList : public System::Imagelist::TBaseImageList

Properties

Type Visibility Source Unit Parent
class public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList Vcl.ImgList

Description

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

Vcl.ImgList.TCustomImageList inherits from System.ImageList.TBaseImageList. All content below this line refers to System.ImageList.TBaseImageList.

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