Float numbers in edit

Hi,
When i set EditType to jqmetNumber and type a "," for decimalseparator the Value and Text properties return 0.
It works as expected when i use ".". How do I change the decimalseparator?
In my servercontrollers NewSession event i have this code
DateSeparator:=FSettings.DateSeparator;
ShortDateFormat:=FSettings.ShortDateFormat;
DecimalSeparator:=FSettings.DecimalSeparator;
CurrencyString:=FSettings.CurrencyString;
CurrencyFormat:=FSettings.CurrencyFormat;
LongTimeFormat:=FSettings.LongTimeFormat;
which seems to work fine apart from in JQMEdit.
T.I.A.
Sören A.
When i set EditType to jqmetNumber and type a "," for decimalseparator the Value and Text properties return 0.
It works as expected when i use ".". How do I change the decimalseparator?
In my servercontrollers NewSession event i have this code
DateSeparator:=FSettings.DateSeparator;
ShortDateFormat:=FSettings.ShortDateFormat;
DecimalSeparator:=FSettings.DecimalSeparator;
CurrencyString:=FSettings.CurrencyString;
CurrencyFormat:=FSettings.CurrencyFormat;
LongTimeFormat:=FSettings.LongTimeFormat;
which seems to work fine apart from in JQMEdit.
T.I.A.
Sören A.