Table of Contents

TTMSFNCPlacesPlatformServices.AddPlatformService Method

Registers a platform-specific service implementation under the specified interface GUID.

API unit family: TMSFNCPlaces Declaring type: TTMSFNCPlacesPlatformServices

Syntax

procedure AddPlatformService(const AServiceGUID: TGUID; const AService: IInterface);

Parameters

Name Description
AServiceGUID Interface GUID the service implements.
AService Service implementation to register.