Hello

.
Trying to force alignement property of a TDBEdit to taCenter, but when the program executes & DB connection established, the taLeftJustify is set and no way to restore to my wanted taCenter.
the text in the DBEdit field is leftjustified.
I use lazarus 3 relaease with FPC 3.2.3 on Windows 7.
Thanks.
PS: after some test, I constat that the text alignement on the DBEdit is linked to the DB field.
SQLQuery1.FieldByName('ip1').Alignment := taCenter;