Vcl.ImgList.TImageType
Delphi
TImageType = (itImage, itMask);
C++
enum DECLSPEC_DENUM TImageType : unsigned char { itImage, itMask };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.ImgList.pas Vcl.ImgList.hpp |
Vcl.ImgList | Vcl.ImgList |
Description
TImageType indicates whether to use a mask when rendering an image from an image list.
TImageType indicates whether to use a mask when rendering an image in an image list. It includes the following values:
| Value | Meaning |
|---|---|
|
itImage |
Image does not include a mask. |
|
itMask |
Image uses a mask. |