Vcl.Controls.TDragDockObject.EraseWhenMoving

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EraseWhenMoving: Boolean read GetEraseWhenMoving;

C++

__property bool EraseWhenMoving = {read=GetEraseWhenMoving, nodefault};

Properties

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

Description

Determines whether the current TDragDockObject item erases the dock rectangle while the control is moved.

EraseWhenMoving determines whether the current TDragDockObject item erases the dock rectangle while the control is moved.

See Also