Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
César Cardoso committed Dec 14, 2023
2 parents 0f74e72 + 6aeb697 commit 76820fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object C4DValidateComponentsDemo01ViewMain: TC4DValidateComponentsDemo01ViewMain
Top = 0
Width = 643
Height = 525
ActivePage = tabConfig
ActivePage = tabDemo
Align = alClient
TabOrder = 1
object tabDemo: TTabSheet
Expand Down Expand Up @@ -476,7 +476,6 @@ object C4DValidateComponentsDemo01ViewMain: TC4DValidateComponentsDemo01ViewMain
BevelOuter = bvNone
ParentBackground = False
TabOrder = 0
ExplicitTop = 2
object Label13: TLabel
Left = 16
Top = 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ TC4DValidateComponentsDemo01ViewMain = class(TForm)
[NotEmpty('Campo <FieldDisplay> não pode ficar vazio')]
edtCode: TEdit;

[FieldDisplay('Nome')]
[FieldDisplay('Name')]
[NotEmpty]
[Length(5, 15)]
edtName: TEdit;
Expand Down

0 comments on commit 76820fb

Please sign in to comment.