Skip to main content

TcxImageList Members

An advanced DevExpress image list component.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.
CreateSize(Integer,Integer) Inherited from TCustomImageList.

Properties

Name Description
AllocBy Inherited from TCustomImageList.
AlphaBlending Specifies if the alpha channel information is used to paint the stored images. Inherited from TcxCustomImageList.
BkColor Inherited from TCustomImageList.
BlendColor Inherited from TCustomImageList.
ColorDepth Specifies the color depth (the pixel format) of the stored images. Inherited from TcxCustomImageList.
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
CompressData Specifies if the stored images are compressed. Inherited from TcxCustomImageList.
Count Inherited from TBaseImageList.
DesignInfo Inherited from TComponent.
DragCursor Inherited from TDragImageList.
Dragging Inherited from TDragImageList.
DragHotspot Inherited from TDragImageList.
DrawingStyle Inherited from TCustomImageList.
GrayscaleFactor Inherited from TCustomImageList.
Handle Specifies the image list’s handle. Inherited from TcxCustomImageList.
Height Specifies the height of the stored images, in pixels. Inherited from TcxCustomImageList.
ImageType Inherited from TCustomImageList.
Masked Inherited from TCustomImageList.
Name Inherited from TComponent.
Observers Inherited from TComponent.
Owner Inherited from TComponent.
Scaling Inherited from TCustomImageList.
ShareImages Inherited from TCustomImageList.
SourceDPI Specifies the monitor DPI value for which the stored images are created. Inherited from TcxBaseImageList.
Tag Inherited from TComponent.
VCLComObject Inherited from TComponent.
Width Specifies the width of the stored images, in pixels. Inherited from TcxCustomImageList.

Methods

Name Description
Add(TdxSmartImage,string,string) Loads an image and its transparency mask bitmap and adds them to the image list. Inherited from TcxCustomImageList.
Add(TBitmap,TBitmap) Appends the specified image and its transparency mask bitmap to the image list. Inherited from TcxCustomImageList.
Add(TGraphic,TBitmap) Appends the specified image and its transparency mask bitmap to the image list. Inherited from TcxCustomImageList.
AddBitmap(TBitmap,TBitmap,TColor,Boolean,Boolean) Appends the specified bitmap and its transparency mask bitmap to the image list. Inherited from TcxCustomImageList.
AddDisabledImage(TCustomImageList,Integer) Inherited from TCustomImageList.
AddDisabledImages(TCustomImageList) Inherited from TCustomImageList.
AddIcon(TIcon) Appends the specified icon to the image list. Inherited from TcxCustomImageList.
AddImage(TCustomImageList,Integer) Appends a single specific image from the specified image list. Inherited from TcxCustomImageList.
AddImageFromResource(THandle,string,PChar) Appends a specific image from the specified resource module. Inherited from TcxCustomImageList.
AddImages(TCustomImageList) Appends all stored images from the specified image list. Inherited from TcxCustomImageList.
AddImagesFromResZipStream(THandle,string,PChar) Adds all images to the end of the image list from a ZIP archive in the specified resource module. Inherited from TcxCustomImageList.
AddImagesFromZipStream(TStream) Adds all images to the end of the image list from a ZIP archive stored in the source stream. Inherited from TcxCustomImageList.
AddMasked(TBitmap,TColor) Inherited from TCustomImageList.
AddMasked(TGraphic,TColor) Appends the specified image masked with a color to the image list. Inherited from TcxCustomImageList.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginDrag(HWND,Integer,Integer) Inherited from TDragImageList.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
BeginUpdate Postpones notifications about changes made to the image list until an EndUpdate or CancelUpdate call. Inherited from TcxCustomImageList.
CancelUpdate Discards the postponed change notifications and allows the image list to send notifications to its listeners. Inherited from TcxCustomImageList.
Change Sends notifications about changes to the image list’s listeners and raises the OnChange event. Inherited from TcxCustomImageList.
CheckIndexAndName(TImageIndex,TImageName) Inherited from TCustomImageList.
Clear Deletes all stored images. Inherited from TcxCustomImageList.
CopyImages(TCustomImageList,Integer,Integer) Appends the specified set of images from another image list. Inherited from TcxCustomImageList.
Delete(Integer) Removes the specified image from the list. Inherited from TcxCustomImageList.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
DragLock(HWND,Integer,Integer) Inherited from TDragImageList.
DragMove(Integer,Integer) Inherited from TDragImageList.
DragUnlock Inherited from TDragImageList.
Draw(TCanvas,Integer,Integer,Integer,Boolean) Inherited from TCustomImageList.
Draw(TCanvas,Integer,Integer,Integer,TDrawingStyle,TImageType,Boolean) Inherited from TCustomImageList.
Draw(TCanvas,TRect,Integer,Boolean,Boolean,Boolean) Draws a specific image in the list on the specified canvas. Inherited from TcxCustomImageList.
DrawOverlay(TCanvas,Integer,Integer,Integer,TOverlay,Boolean) Draws a specific image in the list and an overlay mask on the specified canvas. Inherited from TcxCustomImageList.
DrawOverlay(TCanvas,Integer,Integer,Integer,TOverlay,TDrawingStyle,TImageType,Boolean) Draws a specific image in the list and an overlay mask on the specified canvas. Inherited from TcxCustomImageList.
EndDrag Inherited from TDragImageList.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
EndUpdate Sends the postponed change notifications and allows the image list to send notifications to its listeners. Inherited from TcxCustomImageList.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FileLoad(TResType,String,TColor) Inherited from TCustomImageList.
FileLoad(TResType,string,TColor) Loads an image from the specified resource file. Inherited from TcxCustomImageList.
FindComponent(String) Inherited from TComponent.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetBitmap(Integer,TBitmap) Inherited from TCustomImageList.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetHashCode Inherited from TObject.
GetHotSpot Inherited from TCustomImageList.
GetIcon(Integer,TIcon,TDrawingStyle,TImageType) Inherited from TCustomImageList.
GetIcon(Integer,TIcon) Inherited from TCustomImageList.
GetImage(Integer,TdxSmartImage) Returns the specified image within the list. Inherited from TcxCustomImageList.
GetImage(Integer,TBitmap) Returns the specified image within the list. Inherited from TcxCustomImageList.
GetImageBitmap Inherited from TCustomImageList.
GetImageInfo(Integer,TBitmap,TBitmap,IdxColorPalette) Obtains the bitmap and transparency mask bitmap of the specified stored image. Inherited from TcxCustomImageList.
GetImageInfo(TCustomImageList,Integer,TBitmap,TBitmap,IdxColorPalette) Obtains the bitmap and transparency mask bitmap of the specified stored image. Inherited from TcxCustomImageList.
GetImageInfo(HIMAGELIST,Integer,TBitmap,TBitmap) Obtains the bitmap and transparency mask bitmap of the specified stored image. Inherited from TcxCustomImageList.
GetIndexByName(TImageName) Inherited from TCustomImageList.
GetInstRes(THandle,TResType,string,Integer,TLoadResources,TColor) Loads a specific image from the specified resource module. Inherited from TcxCustomImageList.
GetInstRes(THandle,TResType,DWORD,Integer,TLoadResources,TColor) Loads a specific image from the specified resource module. Inherited from TcxCustomImageList.
GetInstRes(THandle,TResType,String,Integer,TLoadResources,TColor) Inherited from TCustomImageList.
GetKeywords(Integer) Returns keywords associated with an image in the list. Inherited from TcxCustomImageList.
GetMask(Integer,TBitmap) Obtains the transparency mask bitmap from the specified image. Inherited from TcxCustomImageList.
GetMaskBitmap Inherited from TCustomImageList.
GetNameByIndex(TImageIndex) Inherited from TCustomImageList.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
GetPixelFormat(HIMAGELIST) Returns the pixel format of the image list by its handle. Inherited from TcxCustomImageList.
GetResource(TResType,String,Integer,TLoadResources,TColor) Inherited from TCustomImageList.
GetResource(TResType,string,Integer,TLoadResources,TColor) Adds an image from a resource. Inherited from TcxCustomImageList.
GetSourceFileName(Integer) Returns the path to the source file of an image in the list. Inherited from TcxCustomImageList.
HandleAllocated Inherited from TCustomImageList.
HasParent Inherited from TComponent.
HideDragImage Inherited from TDragImageList.
Insert(Integer,TBitmap,TBitmap) Inherited from TCustomImageList.
Insert(Integer,TGraphic,TBitmap) Inserts an image and its transparency mask bitmap at the specified position within the image list. Inherited from TcxCustomImageList.
InsertComponent(TComponent) Inherited from TComponent.
InsertIcon(Integer,TIcon) Inserts an icon to a specified position within the image list. Inherited from TcxCustomImageList.
InsertMasked(Integer,TBitmap,TColor) Inherited from TCustomImageList.
InsertMasked(Integer,TGraphic,TColor) Inserts an image masked with a color at the specified position within the image list. Inherited from TcxCustomImageList.
IsEquals(TCustomImageList,TCustomImageList) Identifies if the two specified references address the same image list. Inherited from TcxCustomImageList.
IsImageNameAvailable Inherited from TCustomImageList.
IsImplementorOf(IInterface) Inherited from TComponent.
IsScaled Inherited from TCustomImageList.
Loaded Inherited from TComponent.
LoadFromFile(string) Loads images and supplemental information from a file. Inherited from TcxCustomImageList.
LoadFromResource(THandle,string,PChar) Loads images and supplemental information from a resource. Inherited from TcxCustomImageList.
LoadFromStream(TStream) Loads images and supplemental information from a stream. Inherited from TcxCustomImageList.
LoadImage(THandle,string,TColor,Integer,TLoadResources) Loads a specific image from the specified resource module. Inherited from TcxCustomImageList.
Move(Integer,Integer) Moves the specified image to a new position within the same list. Inherited from TcxCustomImageList.
Notification(TComponent,TOperation) Inherited from TComponent.
Overlay(Integer,TOverlay) Inherited from TCustomImageList.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RegisterChanges(TChangeLink) Inherited from TCustomImageList.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
Replace(Integer,TBitmap,TBitmap) Inherited from TCustomImageList.
Replace(Integer,TGraphic,TBitmap) Replaces a specific image within the list with a specified image. Inherited from TcxCustomImageList.
ReplaceIcon(Integer,TIcon) Replaces a specific image within the list with a specified icon. Inherited from TcxCustomImageList.
ReplaceMasked(Integer,TBitmap,TColor) Inherited from TCustomImageList.
ReplaceMasked(Integer,TGraphic,TColor) Replaces a specific image within the list with the specified image that is masked with a color. Inherited from TcxCustomImageList.
ResInstLoad(THandle,TResType,string,TColor) Loads a specific image from the specified resource module. Inherited from TcxCustomImageList.
ResInstLoad(THandle,TResType,String,TColor) Inherited from TCustomImageList.
Resize(TSize) Sets the new size of the stored images, in pixels. Inherited from TcxCustomImageList.
ResourceLoad(TResType,String,TColor) Inherited from TCustomImageList.
ResourceLoad(TResType,string,TColor) Loads an image from the specified resource. Inherited from TcxCustomImageList.
SaveToFile(string) Saves all images and their settings to a file. Inherited from TcxCustomImageList.
SaveToStream(TStream) Saves all images and their settings to a stream. Inherited from TcxCustomImageList.
SetDragImage(Integer,Integer,Integer) Inherited from TDragImageList.
SetParentComponent(TComponent) Inherited from TComponent.
SetSize(Integer,Integer) Sets a new size of the stored images, in pixels. Inherited from TcxCustomImageList.
SetSize(TSize) Sets a new size of the stored images, in pixels. Inherited from TcxCustomImageList.
SetSubComponent(Boolean) Inherited from TComponent.
ShowDragImage Inherited from TDragImageList.
SupportsPalette(Integer) Inherited from TcxCustomImageList.
ToString Inherited from TObject.
UnRegisterChanges(TChangeLink) Inherited from TCustomImageList.
UpdateAction(TBasicAction) Inherited from TComponent.

Events

Name Description
OnChange Inherited from TCustomImageList.
See Also