TDBAdvEdit EditAlign has no affect

I using the TDBAdvEdit control version 3.4.7.1.

EditType is set to etString.
EditAlign is set to eaRight.

However, the text remains to the left of the control.

Using the same setting on TAdvEdit work as expected with text right justified.

Is there some setting that I'm missing to get this working with the DB version of the component.






TDBAdvEdit picks up the dataset field alignment. So please change this as TField level.