ToolsAPI.IBorlandIDEServices.GetService
Delphi
function GetService(const Service: TGUID): IInterface; overload;
function GetService(const Service: TGUID; out Svc): Boolean; overload;
C++
virtual System::_di_IInterface __fastcall GetService(const GUID &Service) = 0 /* overload */;
virtual bool __fastcall GetService(const GUID &Service, /* out */ void *Svc) = 0 /* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | ToolsAPI.pas ToolsAPI.hpp |
ToolsAPI | IBorlandIDEServices |
Description
Embarcadero Technologies does not currently have any additional information.