Frage

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.

War es hilfreich?

Lösung

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

AdvMemo1.SelectionMode := smBlock;
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top