FMX.ImgList
Contents
TImageList image lists provides centralized collections of images.
FMX.ImgList.TImageList unit defines image lists providing full-featured tools for using centralized collections of small images by GUI elements (controls, menus, and others) in your FireMonkey applications. The TImageList is convenient to use in multi-platform FireMonkey applications.
Each image in a list is formed using several multi-resolution bitmaps to ensure that images are properly displayed on devices having different screen densities and resolutions. The Image List Editor enables you to prepare and modify FireMonkey image lists.
See Also
Package | fmx280.bpl |
---|
Classes
TBitmapItem | A bitmap item in a TMultiResBitmap multi-resolution bitmap. |
TCustomDestinationItem | An item in a Destination collection in an ImageList. |
TCustomImageList | The base class for FireMonkey image lists. TCustomImageList defines all methods and properties required to use image lists, but TCustomImageList does not declare any published properties. |
TCustomSourceItem | Represents an item (without published properties) in a TSourceCollection collection. |
TDestinationCollection | The destination collection contains items referencing multi-resolution bitmaps used to form the final images in the ImageList image list. |
TDestinationItem | Represents an item in a TDestinationCollection collection. |
TDestinationItemClass | |
TGlyph | Each TGlyph control has the Images reference to a TCustomImageList image list and displays the image identified by the ImageIndex property. The image is scaled to fully fit into the control area. TGlyph element is included in most styled controls. |
TGlyphImageLink | A TGlyphImageLink object is used to install connection between an Images image list assigned to the TGlyph control and a component owning this TGlyph control. |
TImageList | FireMonkey image lists are collections of multi-resolution bitmaps. |
TImageListClass | |
TLayer | Represents a layer in a TLayers collection. |
TLayerClass | |
TLayers | Represents a collection containing TLayer layers. |
TMultiResBitmap | Represents a multi-resolution bitmap used by a source item in an image list. |
TSourceCollection | Is a container for TCustomSourceItem items containing an original images used in the image list owning this TSourceCollection collection. |
TSourceItem | Represents an item in a TSourceCollection collection. |
TSourceItemClass |