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

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

Версия 18:14, 29 июня 2019