I am so crossed----I've spent already an hour to figure out why my custom attributes don't work and realised that the compiler doesn't check whether the corresponding classes exist......gkrrrrr
I am so crossed----I've spent already an hour to figure out why my custom attributes don't work and realised that the compiler doesn't check whether the corresponding classes exist......gkrrrrr
For example, this compiles:
type
TmyClass = class
[djhgfskdhgks]
procedure One;
end;
What???
For example, this compiles:
type
TmyClass = class
[djhgfskdhgks]
procedure One;
end;
What???
David Heffernan Actually I get a warning which I didn't notice as I have the message window automatically hide (now I realised that this may not be very wise)
ReplyDeleteYeah, warnings are pretty useful! ☺️
ReplyDeletePerhaps there should be a setting for it to hide unless warnings or errors - would make them doubly obvious, similarly for the compile window.
ReplyDelete