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 Connect to a remote CORBA server?
How to Create a file association for my application?
what are Multiple Transports?
How to Move a control at runtime with the mouse?
How to avoid "Random" Exceptions being raised when using TJPEGImage or the JPEG unit?
How to Get the printing margin of the page?
How to Determine the last access time of a given file ?
How to Read dos environment variables?
'General SQL Error : Connection does not exist' in threaded application . what does this indicates?
How to detect the computer name?
How to Create temporary canvas?
How to Draw on frame ?
How to Loada local html file in the HTML control ?
Specify a DefaultExpression for a TField object?
what are the different String Trim functions?