FMX.ImgList.TCustomSourceItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTCustomSourceItem

Delphi

TCustomSourceItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TCustomSourceItem : public System::Classes::TCollectionItem

Properties

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

Description

Represents an item (without published properties) in a TSourceCollection collection.

TCustomSourceItem items are elements of a TSourceCollection collection in a TCustomImageList.

Each TCustomSourceItem item has the MultiResBitmap property keeping a TMultiResBitmap multi-resolution bitmap. These multi-resolution bitmaps are original images, which are used to obtain images that can be shown as images stored in an TCustomImageList image list.

See Also