Hi there,
We saw above error under Delphi 12.2 while compiling and it runs well under Delphi 10.4. Here is what we did:
- I created a new web application.
- Under the default form, I simply dropped a TTMSFNCEdit component to form.
- I created another form that inherits from the default form and tried to compiled.
Then I saw below error: Identifier not found "StyleElements"
I tried the exactly the same under 10.4 and I was not able to replicate the above issue.
Here is the demo that has such issue:
Demo.zip (8.2 KB)