Vcl.Controls.TDragObject.AlwaysShowDragImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AlwaysShowDragImages: Boolean read FAlwaysShowDragImages write FAlwaysShowDragImages;

C++

__property bool AlwaysShowDragImages = {read=FAlwaysShowDragImages, write=FAlwaysShowDragImages, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragObject

Description

Specifies whether the image associated to the drag object is shown during the drag process.

AlwaysShowDragImages specifies whether the image associated to the drag object is shown during the drag process.

See Also