Vcl.Controls.TDragImageList.Dragging
Delphi
property Dragging: Boolean read FDragging;
C++
__property bool Dragging = {read=FDragging, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TDragImageList |
Description
Specifies whether an image in the image list is being dragged.
When Dragging returns True, an image in the image list is being dragged. When Dragging returns False, no image is being dragged.