Skip to content

Commit 44adcb3

Browse files
authored
Update README.md
1 parent 9d96954 commit 44adcb3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,18 @@ TC4DValidateComponents.Validate(TClasseDoForm, Self);
9999
C4D-Validate-Components\Samples\Demo01
100100
```
101101

102+
<br/>
103+
<br/>
104+
105+
> [!TIP]
106+
> Starting with Delphi version 10.3, if you use a custom attribute that is not known to the compiler (because you typed it incorrectly or a unit is missing in the uses statement), you will receive a Warning:
107+
> ```
108+
> Warning: W1074 Unknown custom attribute
109+
> ```
110+
> It is recommended to transform this Warning into an error, so that correction is mandatory, to do so enter:
111+
> ```
112+
> {$WARN UNKNOWN_CUSTOM_ATTRIBUTE ERROR}
113+
> ```
102114
103115
104116
# 💬 Contributions / Ideas / Bug Fixes

0 commit comments

Comments
 (0)