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 in a TSourceCollection collection.

TSourceItem extends the TCustomSourceItem class redeclaring published the Name and MultiResBitmap properties to be editable in the Object Inspector.

MultiResBitmap keeps 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.

Note: All TSourceItem items are stored in FMX or DFM files, even if images from several TSourceItem items are not used.

See Also