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