TTMSFNCPlacesPlatformServices.SupportsPlatformService Method
Returns whether a service implementation is registered for the specified interface GUID.
API unit family: TMSFNCPlaces
Declaring type: TTMSFNCPlacesPlatformServices
Overloads
Overload 1
Returns whether a service implementation is registered for the specified interface GUID.
function SupportsPlatformService(const AServiceGUID: TGUID): Boolean; overload;
Parameters
| Name | Description |
|---|---|
AServiceGUID |
Interface GUID to query. |
Returns
True when a matching service is registered; otherwise False.
Overload 2
Returns whether a service implementation is registered for the specified interface GUID.
function SupportsPlatformService(const AServiceGUID: TGUID; var AService: IInterface): Boolean; overload;
Parameters
| Name | Description |
|---|---|
AServiceGUID |
Interface GUID to query. |
Returns
True when a matching service is registered; otherwise False.