delphi - Select column in TadvMemo -


is possible select column text area in tadvmemo component? selecting text in delphi ide holding left mouse button , alt-key.

you can switch block selection mode setting selectionmode property smblock.

advmemo1.selectionmode := smblock; 

Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -