-
Notifications
You must be signed in to change notification settings - Fork 12
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](IOTADebuggerServices);
if Supports(BorlandIDEServices, [IOTADebuggerServices](IOTADebuggerServices), LDebuggerServices) then
begin
// do something with LDebuggerServices here...
end;