How to enable the cut and copy operations for the
TWebBrowser component in Delphi 5?
Answer Posted / byczypysior
If you are going to use the TWebBrowser and want to enable
cut and copy, you will need to add these lines of code at
the bottom of the your unit:
initialization
OleInitialize(nil);
finalization
OleUninitialize;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to Load a locale file into the THTML component ?
How to Read dos environment variables?
Where can we obtain the help file for the VtChart component?
What technical support do we get with Delphi?
How to Write a raw string of data to the printer?
How to get Table data subset through IProvider ?
How to Connect via ODBC using Delphi or C++ Builder ?
What are IDAPI and SQL links ?
How to Deploy DBClient in a Web Application?
How to Dynamically drawing a transparent image ?
How to Display a bitmap on the client area of an MDI parent form?
How to Determine if Delphi Running?
'External Exception C0000008' or 'Access Violation' . what does this error mean?
Where is proxies.dcu?
How to Call an IB stored procedure using TStoredProc?