Jump to content

How to implement a Mask for a TUniDBNumberEdit?


SIRE Software

Recommended Posts

23 minutes ago, Victor Dominguez said:

I need to get a functionally in a TUniDBNumberEdit,  the maxlength of the numberEdit must be 10  digits long but right after i enter the fifth digit then the next 5 digits should show as decilmals. Does anyone has done something like that?

Hello,

Do you have an example for the VCL?

Link to comment
Share on other sites

  • 2 weeks later...
On 4/26/2021 at 10:22 AM, Sherzod said:

Hello,

Do you have an example for the VCL?

I don't have the example because It is a devExpress  component TcxDBMaskEdit, and the mask they are applying is (1?[0][0])|\d{0,5}'.'\d{0,5} then maskKing property is emkRegExprEx. 

Is it possible to apply this kind of masks on uniEdits ??

Link to comment
Share on other sites

1 minute ago, Victor Dominguez said:

I don't have the example because It is a devExpress  component TcxDBMaskEdit, and the mask they are applying is (1?[0][0])|\d{0,5}'.'\d{0,5} then maskKing property is emkRegExprEx. 

Is it possible to apply this kind of masks on uniEdits ??

The mask you are using is not very clear to me.

Please create a video or gif.

Link to comment
Share on other sites

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...