Vcl.ImgList.TImageType

From RAD Studio API Documentation
Jump to: navigation, search

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.