Table of Contents

TTMSFNCTollCostPlatformServices.AddPlatformService Method

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

API unit family: TMSFNCTollCost Declaring type: TTMSFNCTollCostPlatformServices

Syntax

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

Parameters

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