Vcl.Controls.TControl.GetDragImages
Delphi
function GetDragImages: TDragImageList; virtual;
C++
virtual TDragImageList* __fastcall GetDragImages();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
Returns the control's image list containing the image to be displayed while dragging.
Override GetDragImages to provide a custom image list for the control. As implemented in TControl, GetDragImages returns nil (Delphi) or NULL (C++).