質問

Is it possible to select a column text area in a TadvMemo component? Like selecting text in Delphi IDE holding the left mouse button and the ALT-key.

役に立ちましたか?

解決

You can switch to the block selection mode by setting the SelectionMode property to smBlock.

AdvMemo1.SelectionMode := smBlock;
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top