LAN Web TCP Delphi

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.