Vcl.Controls.TDragDockObject.GetEraseWhenMoving

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEraseWhenMoving: Boolean; virtual;

C++

virtual bool __fastcall GetEraseWhenMoving();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragDockObject

Description

Sets the EraseWhenMoving property.

GetEraseWhenMoving determines whether the TDragDockObject object will erase the drag rectangle in which the component was previously docked. By default, GetEraseWhenMoving returns True, but you can override it to disable this operation.

See Also