[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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. |
|
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 |
| | ||
|
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 |
lazarus-ccr.sourceforge.net |