FMX.ImgList.TCustomDestinationItem.Layers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Layers: TLayers read FLayers write SetLayers;

C++

__property TLayers* Layers = {read=FLayers, write=SetLayers};

Properties

Type Visibility Source Unit Parent
property public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomDestinationItem

Description

Keeps the TLayers collection of layers used to create an image in this destination item.

Each Layer in the Layers collection contains a reference to a MultiResBitmap multi-resolution bitmap in the Source collection of images assigned to the ImageList image list. These multi-resolution bitmaps are used to draw an image to be displayed in this destination item.

Each Layers collection can contain one or more layer. A multi-resolution bitmap from these layers are drawn sequentially one over another forming the combined image. See Using TImageList Image Lists as Centralized Collections of Images.

See Also