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 |
'Name Conflicting' . what does this error mean?
How to Declare a SafeArray in the type library editor?
How to Get the actual size of a TComboBox?
How to get the date of the last day in the current month?
Where can we obtain the help file for the VtChart component?
How to insert an InterBase BLOb in Delphi using LoadFromFile? 2
"Cannot load IDAPI service library" . what does this error mean?
How to Dynamically drawing a transparent image ?
How to Deploy DBClient in a Web Application?
How to Limit the amount of text entered in a TEdit?
How to use far pointers?
How to Get the longfilename from a file?