initializes the cursor shape and image index for the list.
Source position: controls.pp line 395
protected procedure TDragImageList.Initialize; override; |
Initialize is an overridden method in TDragImageList. It calls the inherited method on entry. It sets the default values in DragCursor (crNone) and the internal selected image index (0).
|
Performs the initial set up for the image list. |