TTMSFNCDirectionsPlatformServices.AddPlatformService Method
Registers a platform service interface.
API unit family: TMSFNCDirections
Declaring type: TTMSFNCDirectionsPlatformServices
Syntax
procedure AddPlatformService(const AServiceGUID: TGUID; const AService: IInterface);
Parameters
| Name | Description |
|---|---|
AServiceGUID |
GUID that identifies the platform service. |
AService |
Platform service interface to register or query. |