FMX.ImgList.TCustomDestinationItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTCustomDestinationItem

Delphi

TCustomDestinationItem = class (TCollectionItem)

C++

class PASCALIMPLEMENTATION TCustomDestinationItem : public System::Classes::TCollectionItem

Properties

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

Description

An item in a Destination collection in an ImageList.

TCustomDestinationItem is an item of a Destination collection. TCustomDestinationItem items do not have published properties. TCustomDestinationItem items contain sets of Layers containing multi-resolution bitmaps to form the final images in TImageList image lists.

To obtain a final image, an image list object sequentially draws SourceRect regions of multi-resolution bitmaps (from the Source collection). Drawing the final image, the image list object selects a bitmap having the most appropriate scale for the current scene and the size of the final image in each used multi-resolution bitmap.

See Also