Vcl.ImgList.TResType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TResType = (rtBitmap, rtCursor, rtIcon);

C++

enum DECLSPEC_DENUM TResType : unsigned char { rtBitmap, rtCursor, rtIcon };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList Vcl.ImgList

Description

TResType identifies a type of graphical resource to an image list.

TResType is used by the image list methods ResourceLoad, GetResource and FileLoad to specify the type of graphical resource that is to be loaded or retrieved from an image list.


Value Meaning

rtBitmap

Loads or retrieves a bitmap

rtCursor

Loads or retrieves a cursor

rtIcon

Loads or retrieves an icon