How to enable the cut and copy operations for the
TWebBrowser component in Delphi 5?



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

Post New Answer

More Delphi Interview Questions

How to Embede a page break in the Rich Edit control ?

0 Answers  


How to Detect whether the PrintScreen key has been pressed ?

0 Answers  


How to get the default Windows folders ?

0 Answers  


How to Determine if Delphi Running?

0 Answers  


What databases can be used with dbExpress?

1 Answers  






How to Access HKEY_LOCAL_MACHINE under NT without Admin?

0 Answers  


How to Set the caption of the preview window?

0 Answers  


How to create Data Link File with Windows 2000?

0 Answers  


How to Determine if a combobox is in dropped state?

0 Answers  


Where can I get a copy of Delphi?

0 Answers  


What are Delphi and C++ Builder Action Lists and how to use them?

0 Answers  


How to Create resource files?

0 Answers  


Categories