We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BorlandIDEServices is a variable to IBorlandIDEServices, and is the variable from which you obtain various interfaces to use.
For example,
var LDebuggerServices: IOTADebuggerServices;
if Supports(BorlandIDEServices, IOTADebuggerServices, LDebuggerServices) then begin // do something with LDebuggerServices here... end;
References
There was an error while loading. Please reload this page.