You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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](IOTADebuggerServices);
if Supports(BorlandIDEServices, [IOTADebuggerServices](IOTADebuggerServices), LDebuggerServices) then
begin
// do something with LDebuggerServices here...
end;