Good day, Tell me, is it possible to implement a component TMemo following functionality:
- Entering text in TMemo, begin the search for the first character you type;
- If a match is found, we conclude that the choice in a list whose elements are displayed as links, then click on the found text that stands out in TMemo.
- Click on the link right - go to the found text similar to item 2
Whether it is possible to implement a standard TMemo, or to look for a component?