FGX.Platform.TfgPlatformServicesManager: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ System.TObject | Вверх к родителю: TObject ]]
 
* [[ System.TObject | Вверх к родителю: TObject ]]
 +
* [[ FGX.Platform | К модулю: FGX.Platform ]]
  
 
Delphi
 
Delphi
Строка 5: Строка 6:
 
<syntaxhighlight lang="Delphi">TfgPlatformServicesManager = class (TObject)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgPlatformServicesManager = class (TObject)</syntaxhighlight>
  
== Описание ==
+
<p class="class-inheritance"><span class="type-border">[[System.TObject|TObject]]</span> -> <span class="type-border">[[FGX.Platform.TfgPlatformServicesManager|TfgPlatformServicesManager]]</span></p>
 
 
Менеджер по хранению и организацией доступа к кроссплатформенным сервисам платформы.
 
 
 
== Методы ==
 
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">class procedure</syntaxhighlight> || <code lang="Delphi">RegisterService(const AServiceGUID: [[TGUID]]; AService: [[IInterface]])</code>
 
Регистрирует сервис в менеджере.
 
|-
 
| <syntaxhighlight lang="Delphi">class procedure</syntaxhighlight> || <code lang="Delphi">UnregisterService(const AServiceGUID: [[TGUID]])</code>
 
Выполняет дерегистрацию сервиса из хранилища.
 
|-
 
| <syntaxhighlight lang="Delphi">class function</syntaxhighlight> || <code lang="Delphi">IsSupported(const AServiceGUID: [[TGUID]]): [[Boolean]]</code>
 
Проверяет есть ли указанный сервис в хранилище или нет.
 
|-
 
| <syntaxhighlight lang="Delphi">class function</syntaxhighlight> || <code lang="Delphi">RequestService(const AServiceGUID: [[TGUID]]; out AService): [[Boolean]]</code>
 
Пытается найти реализацию сервиса.
 
|}
 

Версия 02:49, 13 июня 2019