[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TImageList

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

Declaration

Source position: controls.pp line 2331

type TImageList = class(TDragImageList) end;

published

  property AllocBy: Integer;

  

The length of the image list is increased in multiples of AllocBy images. Default is 4.

  property BlendColor: TColor;

  

The color for used in blending (dithering) an image.

  property BkColor: TColor;

  

The background color to use for transparent parts.

  property DrawingStyle: TDrawingStyle;

  

The default drawing style - focussed, selected, normal or transparent.

  property Height: Integer;

  

The unique height of all images in the list.

  property ImageType: TImageType;

  

Unused!

  property Masked: Boolean;

  

True when mask images are stored with every image (unused!).

  property ShareImages: Boolean;

  

True when this image list is shared. Unused!

  property Width: Integer;

  

The unique width of all images in the list.

  property OnChange: TNotifyEvent;

  

OnChange - event handler for a change in the imagelist

Inheritance

TImageList

|

TDragImageList

  

A list of Images used in dragging.

|

TCustomImageList

  

Base class for TImageList (not the same as a TBitmap collection)

|

TLCLReferenceComponent

  

Base class for all components having an associated widget.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.