Skip to content

BorlandIDEServices

Chua Chee Wee edited this page Oct 22, 2020 · 7 revisions

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

  1. IOTADebuggerServices

Clone this wiki locally