Vcl.Controls.TDragDockObject.EraseWhenMoving

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property EraseWhenMoving: Boolean read GetEraseWhenMoving;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragDockObject

Beschreibung

Legt fest, ob das aktuelle TDragDockObject-Element das Andockrechteck löscht, wenn das Steuerelement bewegt wird.

EraseWhenMoving legt fest, ob das aktuelle TDragDockObject-Element das Andockrechteck löscht, wenn das Steuerelement bewegt wird.

Siehe auch