Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TImageList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Implements a multi-resolution container for images used in an application.

Declaration

Source position: controls.pp line 2477

type TImageList = class(TDragImageList)

published

  property AllocBy: Integer;

  

  property BlendColor: TColor;

  

  property BkColor: 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;

Inheritance

TImageList

  

Implements a multi-resolution container for images used in an application.

|

TDragImageList

  

A multi-resolution list of Images used during Drag operations.

|

TCustomImageList

  

|

TLCLComponent

  

|

TObject

Description

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.

See also

TDragImageList

  

A multi-resolution list of Images used during Drag operations.

TCustomImageList

  



CT Web help

CodeTyphon Studio