01-06-2020, 09:02 PM
The IDE uses an outdated parser and is very frequently inaccurate. Someone told me its barely been updated if at all since D2007 and still uses .NET. Its slated to be rebuilt but I dont know when EMBT will do it.
Its not updated for the new language features either for 10.3 and other and it regularly flags code that is valid but it doesnt know about.
The compiler is the one to trust here.
TIWEdit does not descend from TEdit. Doing so would bring in a lot of baggage including Windows handles which dont work well in threads etc... Some of our competitors do this or similar and it creates harsh scalability and stability limitations for them.
Its not updated for the new language features either for 10.3 and other and it regularly flags code that is valid but it doesnt know about.
The compiler is the one to trust here.
TIWEdit does not descend from TEdit. Doing so would bring in a lot of baggage including Windows handles which dont work well in threads etc... Some of our competitors do this or similar and it creates harsh scalability and stability limitations for them.

