Hello,
Thanks people! Nothing easier!
Search found 3 matches
- Thu Aug 03, 2006 6:02 pm
- Forum: Support
- Topic: Working with both TRichViewEdit and TDBRichViewEdit
- Replies: 3
- Views: 15205
- Wed Aug 02, 2006 8:47 pm
- Forum: Support
- Topic: Working with both TRichViewEdit and TDBRichViewEdit
- Replies: 3
- Views: 15205
Working with both TRichViewEdit and TDBRichViewEdit
Hello,
I did a function that pass as parameter a 'TRichViewEdit' and do some processing on it. It is working ok but how can I use the same function but passing a 'TDBRichViewEdit' as parameter? Typecasting doesn´t work. Is there some way?
Thanks for any help.
I did a function that pass as parameter a 'TRichViewEdit' and do some processing on it. It is working ok but how can I use the same function but passing a 'TDBRichViewEdit' as parameter? Typecasting doesn´t work. Is there some way?
Thanks for any help.
- Fri Jul 07, 2006 6:51 pm
- Forum: Support
- Topic: How to avoid CTRL-I acting as TAB?
- Replies: 1
- Views: 8992
How to avoid CTRL-I acting as TAB?
How to avoid CTRL-I acting as TAB? The situation is: I put an 'OnKeyDown' event in a TRichViewEdit in order to intercept CTRL-I key and call 'ApplyStyleConversion' to put the italic efect. Its ok, but the cursor advances as if the TAB key where pressed. I don´t want this behavior. I tried set the ...