TAdvEdit and AutoSelect (keyboard tab/mouse focus)

Hello,


I've discovered that with AutoSelect at True (per default) on TAdvEdit,
we do not have same selection done than with a classic TEdit component.

When keyboard tab used to focus a component:
-TEdit, all text selected
-TAdvEdit, all text selected
(same behavoir)

When mouse click in a component to focus:
-TEdit, no text selected
-TAdvEdit, all text selected...
is it normal and wished ?

Many thanks.

Tips: is there a possibility to modif a property of all same components ?
(without having to select and modify on each component,
if default value, seems not to be present in the .dfm file...)