Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 TadvMemo 组件中选择列文本区域?就像在 Delphi IDE 中按住鼠标左键和 ALT 键选择文本一样。
SelectionMode您可以通过将属性设置为 来切换到块选择模式smBlock。
SelectionMode
smBlock
AdvMemo1.SelectionMode := smBlock;