[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: controls.pp line 2217
type TImageList = class(TDragImageList) |
||
published |
||
property AllocBy; |
|
The length of the image list is increased in multiples of AllocBy images. Default is 4. |
property BlendColor; |
|
The color for used in blending (dithering) an image. |
property BkColor; |
|
The background color to use for transparent parts. |
property DrawingStyle; |
|
The default drawing style - focussed, selected, normal or transparent. |
property Height; |
|
The unique height of all images in the list. |
property ImageType; |
|
Unused! |
property Masked; |
|
True when mask images are stored with every image (unused!). |
property ShareImages; |
|
True when this image list is shared. Unused! |
property Width; |
|
The unique width of all images in the list. |
property OnChange; |
|
OnChange - event handler for a change in the imagelist |
end; |
| | ||
|
A list of Images used in dragging. |
|
| | ||
|
Base class for TImageList (not the same as a TBitmap collection) |
|
| | ||
|
Base class for all components having an associated widget. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |