FMX.Platform.TPlatformServices.RemovePlatformService
Delphi
procedure RemovePlatformService(const AServiceGUID: TGUID);
C++
void __fastcall RemovePlatformService(const GUID &AServiceGUID);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Platform.pas FMX.Platform.hpp |
FMX.Platform | TPlatformServices |
Description
Removes a platform service from the internal services list.
The RemovePlatformService method is used in order to remove a platform service from the internal services list. The AServiceGUID
parameter specifies the GUID of the interface that defines the service.