FMX.Platform.TPlatformServices.AddPlatformService

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

void __fastcall AddPlatformService(const GUID &AServiceGUID, const System::_di_IInterface AService);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform TPlatformServices


説明

プラットフォーム サービスを、内部サービス リストに追加します。

AddPlatformService メソッドは、プラットフォーム サービスを内部サービス リストに追加するために使用されます。 AServiceGUID パラメータは、AService パラメータで与えられたサービスを定義するインターフェイスの GUID を示します。

関連項目