A class (and routine) definition can sometimes differ from it's compiled state.
When such a thing occurs, a "+" sign will be shown in the tab of the file opened in Studio.
I would like to do the same check programmatically.
For routines, it's very simple :
set##class%RoutineFor classes, I could not find the equivalent. The only solution I found so far is to compare the compilation date and definition date :
%Dictionary.CompiledClassIs there a better, cleaner way ?
The main issue is that there is no proof that this is what Studio does. It probably use some more complex logic.


.jpg)
.png)
.png)


