Vcl.ComCtrls.TCustomListView.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 TCustomListView

Description

Returns a drag cursor if a list item is being dragged.

GetDragImages is called automatically to obtain a list of drag images when the user drags the mouse with the button held down. If the user is dragging a list item, GetDragImages returns the drag image list that is created when the user starts dragging a list item. If the user did not start dragging the mouse over a list item, GetDragImages returns nil (Delphi) or NULL (C++).

See Also