Mega Code Archive
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.