FMX.ImgList.TBitmapItem Properties
InheritedProtected
Bitmap | published | Indicates the actual image used with this bitmap item. |
Collection | public | Specifies the TCollection instance to which the TCollectionItem belongs. |
Component | public | Indicates the component that owns the multi-resolution bitmap containing this bitmap item. |
DisplayName | public | The name displayed in the Collection editor. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
Dormant | public | Indicates whether the actual image is stored with this bitmap item. |
FileName | public | Specifies the file from which the image used in the bitmap item has been loaded. |
Fixed | public | Indicates that this bitmap item cannot be deleted from the multi-resolution bitmap and its Scale property cannot be changed. |
Height | public | Specifies the height of the Bitmap image, in pixels. |
ID | public | A unique, permanent index for the item. |
ImageList | public | Identifies the image list collection using this bitmap item. |
Index | public | Returns the item's position in the Items array of TCollection. |
IsEmpty | public | Indicates that the Bitmap is empty. |
MultiResBitmap | public | Identifies the multi-resolution bitmap (collection of bitmaps) to which this bitmap belongs. |
Scale | published | Indicates the scale of the bitmap item. |
Width | public | Specifies the width of the Bitmap image, in pixels. |