문제

Good day, Tell me, is it possible to implement a component TMemo following functionality:

  1. Entering text in TMemo, begin the search for the first character you type;
  2. 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.
  3. 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?

도움이 되었습니까?

해결책

Delphi is known for the ease you can extend the existing components and transform them in custom ones.

If you never developed a component before the topic might seem a bit confusing so i recomend you first document your self on the topic by consulting this guide : http://delphi.about.com/od/vclusing/a/customvcldev.htm

After you done some coding come back and ask us what you tried and didn't work.

Hope it helps

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top