Jump to content

unimnumberedit DecimalSeparator


jahlxx

Recommended Posts

When I set the DecimalSeparator property of UniNumberEdit to dot it works during runtime.

Below is a screenshot with one having the dot and one having the comma, during runtime.
At design time they both show as comma on my box, but this is maybe due to the locale settings?

 

dec.jpg

Link to comment
Share on other sites

Hi.

My prublem is with unimnumberedit.

Y do this:

  with FormatSettings do begin
    DateSeparator := '/';
    DecimalSeparator := '.';
    ThousandSeparator := ',';
    CurrencyFormat := 0;
    CurrencyString := '€';
    shortdateformat := 'DD/MM/YYYY';
    longdateformat := 'dd/mm/yyyy';
    shorttimeformat := 'hh:mm';
    longtimeformat := 'hh:mm:ss';
  end;

 

this work in desktop applications, but don`t work is mobile apps.

 

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...