Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TAdvMemo
How to insert text in a new line

You can use the function:
AdvMemo.MouseToCursor(X,Y, var CurX, CurY: integer);
to convert a mouse X,Y coordinate a cursor coordinate in the memo and use CurY as line index.