How to enable the cut and copy operations for the
TWebBrowser component in Delphi 5?
Answer / 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 |
How to Force edit mode in a TListView via a keypress ?
Can I make calls to Delphi code from C or C++?
How to create a power function?
What is the procedure to access the database from delphi?
How to Extract an icon from a .exe or .dll?
How to Change the main form of an application at runtime ?
How to activate different hints for each cell in a grid?
How to set the default form font in Delphi?
How to use a true DWORD value passed to Delphi application?
How to Detect how many jobs are in the print spooler?
What is the procedure to connect delphi application to ms access database?
How to Send an image to the printer ?