Delphi - 获取备忘录中插入符号所在的整个单词
如果插入符号直接相邻或位于备忘录中的某个单词中,我需要能够选择 TMemo 的整个单词。
考虑以下内容(其中 | 是插入符号)
Here is some text|
= 选择 text
Here is some|me text
= 选择 一些
|这里是一些文字
= 选择这里
这里是一些文字|
= 选择''
I need to be able to select the whole word of a TMemo if the caret is directly adjacent or in a word in the memo.
Consider the following (where | is a caret)
Here is some text|
= Select text
Here is so|me text
= Select some
|Here is some text
= Select Here
Here is some text |
= Select ''
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查此代码并添加注释以解释其工作原理。
你可以这样使用
Check this code with comments to explain how works.
and you can use like this