I have an mode that uses TComboBox.SelStart
to indicate progress along the edit text string. In this mode I would like to make some kind of change to the edit caret, for example to widen it to 2 pixels or 'bold' it in some way to indicate this mode and to have it grab more attention. Is this possible?
相关问题
- How to fix unresolved types when importing Exchang
- OpenGL Rapid Flickering Issues - and now not showi
- Get automatically notified on audio device connect
- How to define a procedure type that works for a lo
- Code-completion doesn't list message handlers
相关文章
- Delphi Xe2 with Firemonkey : Can you have a non-cl
- WPF RichTextBox - get whole word at current caret
- Can the TWebBrowser be used in a thread in Delphi
- Access violation casting IDispatch in XE2
- Can I define MyType that can contain only these va
- Call a protected method (constructor) via RTTI
- Is VclStyle Bug ? TProgressBar.Style := pbstMarQue
- How to open port in Win7 Firewall using Delphi
Yes, as Alex mentioned in his comment, this can be done using API calls. Example: