Vcl.ComCtrls.TListItem.DropTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DropTarget: Boolean index 1 read GetState write SetState;

C++

__property bool DropTarget = {read=GetState, write=SetState, index=1, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItem

Description

Determines whether the list item appears selected as a drag and drop target.

Use DropTarget to display the list item as the current drop target of the object the user is dragging. Setting DropTarget to true sets the DropTarget property of all other items in the list view to false.

See Also