Back to Devexpress

TcxImageList Members

vcl-cxgraphics-dot-tcximagelist-dot-underscore-members.md

latest41.1 KB
Original Source

TcxImageList Members

An advanced DevExpress image list component.

Constructors

NameDescription
Create(TComponent)Inherited from TComponent.
CreateSize(Integer,Integer)Inherited from TCustomImageList.

Properties

NameDescription
AllocByInherited from TCustomImageList.
AlphaBlendingSpecifies if the alpha channel information is used to paint the stored images. Inherited from TcxCustomImageList.
BkColorInherited from TCustomImageList.
BlendColorInherited from TCustomImageList.
ColorDepthSpecifies the color depth (the pixel format) of the stored images. Inherited from TcxCustomImageList.
ComObjectInherited from TComponent.
ComponentCountInherited from TComponent.
ComponentIndexInherited from TComponent.
ComponentsInherited from TComponent.
ComponentStateInherited from TComponent.
ComponentStyleInherited from TComponent.
CompressDataSpecifies if the stored images are compressed. Inherited from TcxCustomImageList.
CountInherited from TBaseImageList.
DesignInfoInherited from TComponent.
DragCursorInherited from TDragImageList.
DraggingInherited from TDragImageList.
DragHotspotInherited from TDragImageList.
DrawingStyleInherited from TCustomImageList.
GrayscaleFactorInherited from TCustomImageList.
HandleSpecifies the image list’s handle. Inherited from TcxCustomImageList.
HeightSpecifies the height of the stored images, in pixels. Inherited from TcxCustomImageList.
ImageTypeInherited from TCustomImageList.
MaskedInherited from TCustomImageList.
NameInherited from TComponent.
ObserversInherited from TComponent.
OwnerInherited from TComponent.
ScalingInherited from TCustomImageList.
ShareImagesInherited from TCustomImageList.
SourceDPISpecifies the monitor DPI value for which the stored images are created. Inherited from TcxBaseImageList.
TagInherited from TComponent.
UseDisabledSkinPaletteForSVGSpecifies if the active vector skin palette affects stored SVG glyphs for the disabled UI element state. Inherited from TcxCustomImageList.
UseEnabledSkinPaletteForSVGSpecifies if the active vector skin palette affects stored SVG glyphs for the enabled UI element state. Inherited from TcxCustomImageList.
VCLComObjectInherited from TComponent.
WidthSpecifies the width of the stored images, in pixels. Inherited from TcxCustomImageList.

Methods

NameDescription
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.
BeginUpdatePostpones notifications about changes made to the image list until an EndUpdate or CancelUpdate call. Inherited from TcxCustomImageList.
CancelUpdateDiscards the postponed change notifications and allows the image list to send notifications to its listeners. Inherited from TcxCustomImageList.
ChangeSends notifications about changes to the image list’s listeners and raises the OnChange event. Inherited from TcxCustomImageList.
CheckIndexAndName(TImageIndex,TImageName)Inherited from TCustomImageList.
ClearDeletes 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.
DestroyComponentsInherited from TComponent.
DestroyingInherited from TComponent.
DragLock(HWND,Integer,Integer)Inherited from TDragImageList.
DragMove(Integer,Integer)Inherited from TDragImageList.
DragUnlockInherited 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.
EndDragInherited from TDragImageList.
EndFunctionInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult)Inherited from TComponent.
EndUpdateSends 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.
FreeOnReleaseInherited from TComponent.
GetBitmap(Integer,TBitmap)Inherited from TCustomImageList.
GetChildren(TGetChildProc,TComponent)Inherited from TComponent.
GetHashCodeInherited from TObject.
GetHotSpotInherited 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.
GetImageBitmapInherited 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.
GetMaskBitmapInherited from TCustomImageList.
GetNameByIndex(TImageIndex)Inherited from TCustomImageList.
GetNamePathInherited from TPersistent.
GetOwnerInherited from TPersistent.
GetParentComponentInherited 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.
HandleAllocatedInherited from TCustomImageList.
HasParentInherited from TComponent.
HideDragImageInherited 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.
IsImageNameAvailableInherited from TCustomImageList.
IsImplementorOf(IInterface)Inherited from TComponent.
IsScaledInherited from TCustomImageList.
LoadedInherited 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.
ShowDragImageInherited from TDragImageList.
SupportsPalette(Integer)Identifies if the specified stored image supports palettes. Inherited from TcxCustomImageList.
ToStringInherited from TObject.
UnRegisterChanges(TChangeLink)Inherited from TCustomImageList.
UpdateAction(TBasicAction)Inherited from TComponent.

Events

NameDescription
OnChangeInherited from TCustomImageList.

See Also

TcxImageList Class

cxGraphics Unit