TAdvEdit text deselecting

How to make all edit text deselected after clipboard paste? Normally it leaves it all selected (I need an option AutoSelect to be true).

There is currently not a setting for this.

We'll add a new event in the next update OnAfterClipboardPaste and from this event you can use AdvEdit.SelStart / AdvEdit.SelLength to change the selection, i.e. do the unselect.