RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ImgList.TResType Enumeration

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

Pascal
TResType = (
  rtBitmap,
  rtCursor,
  rtIcon
);
C++
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!