Input Edit Float Value

Hi,

I want to use and TWebEdit or TWebMaskEdit or TWebDBEdit to edit float values.

I try with TWebMaskEdit but i not found the correct mask configuration.

I want to input a float value of any length of the integer and the float part.

For exempla, i want that the user can input:

1.1234
1234.12

With mask edit it seems that the decimal point position must be fixed, and i normally this is not fixed.

You know how can i do this ?

Thanks

Did you try to set WebEdit.EditType = weFloat?