TTMSFNCDirectionsPlatformServices.SupportsPlatformService Method
Returns whether a platform service is registered.
API unit family: TMSFNCDirections
Declaring type: TTMSFNCDirectionsPlatformServices
Overloads
Overload 1
Returns whether a platform service is registered.
function SupportsPlatformService(const AServiceGUID: TGUID): Boolean; overload;
Parameters
| Name | Description |
|---|---|
AServiceGUID |
GUID that identifies the platform service. |
Returns
True when the requested service is available.
Overload 2
Returns whether a platform service is registered.
function SupportsPlatformService(const AServiceGUID: TGUID; var AService: IInterface): Boolean; overload;
Parameters
| Name | Description |
|---|---|
AServiceGUID |
GUID that identifies the platform service. |
AService |
Platform service interface to register or query. |
Returns
True when the requested service is available.