TTMSFNCLocationPlatformServices.AddPlatformService Method
Registers a platform-specific service implementation under the specified interface GUID.
API unit family: TMSFNCLocation
Declaring type: TTMSFNCLocationPlatformServices
Syntax
procedure AddPlatformService(const AServiceGUID: TGUID; const AService: IInterface);
Parameters
| Name | Description |
|---|---|
AServiceGUID |
Interface GUID the service implements. |
AService |
Service implementation to register. |