When clicking in an empty TAdvMemo area, place the mouse to the far left...

I've tried to handle this in code, but wonder if there is a more immediate way. When I click the area of a TAdvMemo that has nothing in it, the blinking cursor snaps to the top line (which is good), but not to the far left. Is there a quick way to make this happen? Or to be more precise, if the location of the click is beyond the end of the text in the memo then put the mouse at that the end of that text (i.e, not to allow it to be placed in the 'void"). Hope this makes sense.

Set AdvMemo.AutoExpand = false

Perfect! Thank you.