[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements a multi-resolution container for images used in an application.
Source position: controls.pp line 2489
type TImageList = class(TDragImageList)  | 
||
published  | 
||
property AllocBy: Integer;  | 
  | 
|
property BlendColor: TColor;  | 
  | 
|
  | 
||
property DrawingStyle: TDrawingStyle;  | 
  | 
|
property Height: Integer;  | 
  | 
|
property ImageType: TImageType;  | 
  | 
|
property Masked: Boolean;  | 
  | 
|
property Scaled: Boolean;  | 
  | 
|
property ShareImages: Boolean;  | 
  | 
|
property Width: Integer;  | 
  | 
|
property OnChange: TNotifyEvent;  | 
  | 
|
property OnGetWidthForPPI: TCustomImageListGetWidthForPPI;  | 
  | 
|
end;  | 
  | 
Implements a multi-resolution container for images used in an application.  | 
|
| | | ||
  | 
A multi-resolution list of Images used during Drag operations.  | 
|
| | | ||
  | 
||
| | | ||
  | 
||
| | | ||
TObject  | 
TImageList is a TDragImageList descendant, and sets the visibility for properties in ancestor classes (like TCustomImageList). As a TDragImageList descendant, it provides support for using images in the list during drag-and-drop or drag-and-dock operations. Most of the features and functionality for the list are inherited from the TCustomImageList class.
  | 
A multi-resolution list of Images used during Drag operations.  | 
|
  | 
| CT Web help | 
| CodeTyphon Studio |