API:FMX.ImgList.TDestinationItem

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ImgList.TCustomDestinationItemSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTDestinationItem

Delphi

TDestinationItem = class (TCustomDestinationItem)

C++

class PASCALIMPLEMENTATION TDestinationItem : public TCustomDestinationItem

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.

FMX.ImgList.TDestinationItem inherits from FMX.ImgList.TCustomDestinationItem. All content below this line refers to FMX.ImgList.TCustomDestinationItem.

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