TResType identifies a type of graphical resource to an image list.
TResType = ( rtBitmap, rtCursor, rtIcon );
enum TResType { rtBitmap, rtCursor, rtIcon };
TResTypes 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 |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|