We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b61d0f commit 0ed3dc0Copy full SHA for 0ed3dc0
2 files changed
format/FMXFormat.pas
@@ -417,7 +417,7 @@ function TFormatHelper.Formatar(Formato: TFormato; Texto: string;
417
Texto := Mask('9.999', SomenteNumero(Texto));
418
419
CNH:
420
- Texto := Mask('#########', AlfaNumerico(Texto));
+ Texto := Mask('###########', AlfaNumerico(Texto));
421
422
CNPJ:
423
Texto := Mask('99.999.999/9999-99', SomenteNumero(Texto));
format/VCLFormat.pas
@@ -397,7 +397,7 @@ function TFormatHelper.Formatar(Formato: TFormato; Texto: string;
397
398
399
400
401
402
403
0 commit comments