How to get errors of the file using OTA?

Viewed 107

I'd like to access the errors on the active file (.pas). Now a days I can find it on the left side of the IDE, as you can see on image.

I found on OTA the interface IOTAModuleErrors, that seems to be what I want. But I didn't found it on BorlandIDEServices.QueryInterface or BorlandIDEServices.GetService. Someone knows how to access it ?

enter image description here

1 Answers
Related