Mega Code Archive

 
Categories / Delphi / LAN Web TCP
 

How to activate CopyPaste, Drag&Drop in a TWebbrowser

Title: How to activate Copy/Paste, Drag&Drop in a TWebbrowser uses {...,}ActiveX; // Put this Code at the end of your unit: initialization OleInitialize(nil); finalization OleUninitialize; end.