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コンポーネントで列のテキスト領域を選択することは可能ですか?マウスの左ボタンとAltキーを押しながらDelphiIDEでテキストを選択するのと同じです。
SelectionModeプロパティをに設定すると、ブロック選択モードに切り替えることができますsmBlock。
SelectionMode
smBlock
AdvMemo1.SelectionMode := smBlock;