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 |
Is there any way to record a keyboard macro in the IDE?
How to Save and load metafiles in a BLOB field without using DBImage ?
How to create SQL queries with SQL Builder?
How to Set default value for decimal places in the BDE?
How can I create an identical binary executable in Delphi?
what are the Current MSACCESS driver limitations ?
'Interface mismatch. Engine version different' . what does this error indicates?
Can we write multi-user database applications in regular Delphi?
Why won't the virtual key codes work in program?
Name the File Extensions for dBASE and Paradox tables?
How to Select an item in a TListView when the checkbox is checked ?
What does memory leak show in delphi?