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

TDragImageListResolution.ImageList

List with images used in Drag and Drop operations.

Declaration

Source position: controls.pp line 366

protected property TDragImageListResolution.ImageList : TDragImageList
  read GetImageList;

Description

ImageList is a read-only TDragImageList property which provides access to the images used for Drag and Drag operations, and methods used to render the images.

See also

TDragImageList

  

A list of Images used during Drag operations.

TControl.GetDragImages

  

Get the list of images usable during dragging.

TControl.ControlStyle

  

Style flags, specifying whether the control responds to mouse clicks, can be re-sized, has particular actions, etc.

TControlStyleType

  

TControlStyleType - enumerated type describing features of the Control.

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