FMX.ImgList.TBitmapItem

From RAD Studio API Documentation
Jump to: navigation, search

FMX.MultiResBitmap.TCustomBitmapItemSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTBitmapItem

Delphi

TBitmapItem = class(TCustomBitmapItem)

C++

class PASCALIMPLEMENTATION TBitmapItem : public Fmx::Multiresbitmap::TCustomBitmapItem

Properties

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

Description

A bitmap item in a TMultiResBitmap multi-resolution bitmap.

TBitmapItem extends the TCustomBitmapItem class declaring the ImageList property that specifies the image list in which this TBitmapItem is used. Also TBitmapItem declares published the Scale and Bitmap properties to be shown in the Object Inspector.

Each TBitmapItem has a MultiResBitmap property that points to the TMultiResBitmap collection to which this bitmap item belongs.

Use the MultiResBitmap Editor to edit TMultiResBitmap multi-resolution bitmaps and to add (or delete) new bitmap items. In the MultiResBitmap Editor you can define a source file containing the image to be used in a bitmap item and you can activate the Bitmap Editor to edit the bitmap item.

See Also