Hi,
I'd tried :
DBEdit.Alignment := taRightJustify;
TNumericField(DBQ.FieldByName('FIELD')).Alignment := taRightJustify;
(DBEdit.DataSource.DataSet.FieldByName(DBEdit.DataField) as TStringField).Alignment := taRightJustify;
DBEdit.Field.Alignment := taRightJustify;
Nothing works on WinCE.
What is source class of TDBEdit (TCustomMaskEdit->TCustomEdit ....) to find it and try to change this kind of behavior on WinCE interface or, if it is possible , how to do it without changing the source file(s) ?
Thx