API:Vcl.Controls.TDragImageList

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ImgList.TCustomImageListSystem.ImageList.TBaseImageListSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDragImageList

Delphi

TDragImageList = class(TCustomImageList)

C++

class PASCALIMPLEMENTATION TDragImageList : public Vcl::Imglist::TCustomImageList

Properties

Type Visibility Source Unit Parent
class public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TCustomImageList is the base class for collections of same-sized images, each of which can be referred to by its index.

Vcl.Controls.TDragImageList inherits from Vcl.ImgList.TCustomImageList. All content below this line refers to Vcl.ImgList.TCustomImageList.

TCustomImageList is the base class for collections of same-sized images, each of which can be referred to by its index.

Image lists manage large sets of icons or bitmaps. All images in an image list are contained in a single, wide bitmap in screen device format. An image list may also include a monochrome bitmap that contains masks that are combined with the images to produce a transparent effect such as is common in icons.

See Also