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?
Is it possible to made a TCombo edit caret 'wider' or to 'bold' it?
579 Views Asked by Brian Frost At
1
There are 1 best solutions below
Related Questions in DELPHI-XE2
- E2170 Cannot override a non-virtual method on Updating DSharp
- Scanning bmp file pixel by pixel using TBmp.Scanline with Delphi
- How to Check Delphi TADOConnection.State
- Add a control to a subcomponent inside a custom control
- Installing FastQueryBuilder Component Fails to install into Delphi XE2 IDE
- Delphi XE2 Installation fails to download required files due to connection issues
- (Delphi) Trying to make derivative DBGrid, can't make it work
- Can not use Eureka Log function in module
- Crystal report database issue in Delphi 11.2
- Disconected session Rad Studio XE2
- When typing at the end of the editmask, it will pass the number to the left side until it reaches the last one
- When will a constant be created in Delphi XE2?
- Dark Theme for XE2
- ComboBox doesn't behave the same inside panel
- Named subcomponent inside compound(?) component
Related Questions in CARET
- Why do I get the same results with different cross-validation specifications in caret for `lm`
- Get caret position and selection range of any input type without using selectionStart and selectionEnd
- React input loses caret position in onChange when target.value is not used
- Passing a class(column) value as a string to process imbalance data(caret::ROSE)
- Clipping the caret
- caret::train Duplicating predictor variables
- Is there a proper way to apply median imputation by groups in caret?
- How to set Caretposition via mouse click in content editable within a draggable in Firefox
- r caret train with different function signature different result
- Can the R package caret handle multireponse variables?
- Set caret position where the mouse clicked
- Issue with getBoundingClientRect in contenteditable div when caret is inside an empty child div
- Is there a way to show caret in a disabled textbox?
- JTextField: Get previous caret position when mouse is pressed
- How to load CARET quickly in Google Colab
Related Questions in TCOMBOBOX
- Delphi 12: TCombobox Arrow not drawn correctly under GDIScaling and high DPI display
- How does TComboBoxEx in VCL work to add images in it?
- TComboBox dropdown list should be hidden when the parent content is scrolled
- Delphi DbLookupComboBox with CheckListBox
- How can I determine the index of the top item displayed in the drop-down list of a TComboBox?
- Delphi FMX Unable to change the drop down text of a TCombobox TListItem at runtime
- How to ignore the mouse wheel scrolling for TComboBox controls?
- How can I show hints for droppeddown TComboBox items in Delphi 10.3.3?
- Scroll bars on a Delphi FMX tComboBox.ListBox not showing on a Mac
- How to invoke a procedure created inside the New Component during the implementation
- I am getting an error "Undeclared Identifier" on my newly created component with TComboBox ancestor
- Livebindings master-detail relationship between 2 comboboxes to work vice-versa selection
- Exception "Unable to insert a line" TComboBox with CharCase ecLowerCase or ecUpperCase
- How to detect ODS_COMBOBOXEDIT in custom styled owner draw TComboBox
- Trying to populate a combobox with parent-child dropdown list
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes, as Alex mentioned in his comment, this can be done using API calls. Example: