Table of Contents

TTMSFNCMapsPlatformServices.SupportsPlatformService Method

Returns whether a platform service is registered.

API unit family: TMSFNCMaps Declaring type: TTMSFNCMapsPlatformServices

Overloads

Overload 1

Returns whether a platform service is registered.

function SupportsPlatformService(const AServiceGUID: TGUID): Boolean; overload;

Parameters

Name Description
AServiceGUID Service guid value.

Returns

True when the operation succeeds or the condition is met; otherwise False.

Overload 2

Returns whether a platform service is registered.

function SupportsPlatformService(const AServiceGUID: TGUID; var AService: IInterface): Boolean; overload;

Parameters

Name Description
AServiceGUID Service guid value.
AService Service value.

Returns

True when the operation succeeds or the condition is met; otherwise False.