RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.RegisterAsDropTarget Property

Specifies whether users can load a document using drag-and-drop.

Pascal
property RegisterAsDropTarget: WordBool;
C++
__property WordBool RegisterAsDropTarget;

Set RegisterAsDropTarget to true to allow users to drop HTML documents onto the Web browser. When RegisterAsDropTarget is true, users can load a document by dragging it onto the Web browser. When RegisterAsDropTarget is false, dragging a document onto the Web browser has no effect. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!