[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A list of images, as used for dragging.
Source position: controls.pp line 2023
type TImageList = class(TDragImageList) |
||
published |
||
property AllocBy; |
|
AllocBy - for allocation |
property BlendColor; |
|
BlendColor - the colour for blending |
property BkColor; |
|
BkColor - background colour (default none) |
property DrawingStyle; |
|
DrawingStyle - focus, selected, normal or transparent |
property Height; |
|
Height of images on list |
property ImageType; |
|
ImageType - an image or a mask |
property Masked; |
|
Masked - if True, a mask is applied to the bitmap |
property ShareImages; |
|
ShareImages - if True, images are allowed to be shared |
property Width; |
|
Width of images on list |
property OnChange; |
|
OnChange - event handler for a change in the imagelist |
end; |
|
A list of images, as used for dragging. |
|
| | ||
|
TDragImageList - a list of Images to be dragged |
|
| | ||
|
Base class for TImageList (not the same as a TBitmap collection) |
|
| | ||
|
Base class for all components having a handle. |
|
| | ||
|
TLCLComponent - base class for LCL components |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |