Vcl.ComCtrls.TCustomTreeView.GetDragImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDragImages: TDragImageList; override;

C++

virtual Vcl::Controls::TDragImageList* __fastcall GetDragImages();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Returns the image list to be displayed during drag operations.

GetDragImages is called automatically during drag-and-drop operations to allow the tree view to supply an image that is displayed while the tree view or one of its items is dragged. If an item (and not the entire tree view) is being dragged, GetDragImages returns the image for the node that was generated by the DoStartDrag method.

See Also