API:FMX.ImgList.TSourceItem

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ImgList.TCustomSourceItemSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTSourceItem

Delphi

TSourceItem = class (TCustomSourceItem)

C++

class PASCALIMPLEMENTATION TSourceItem : public TCustomSourceItem

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.

FMX.ImgList.TSourceItem inherits from FMX.ImgList.TCustomSourceItem. All content below this line refers to FMX.ImgList.TCustomSourceItem.

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