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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
* [[ FGX.Platform.KeyMapping | Вверх к родителю: FGX.Platform.KeyMapping ]]
+
* [[ System.TInterfacedObject | Вверх к родителю: TInterfacedObject ]]
  
 
Delphi
 
Delphi
  
 
<syntaxhighlight lang="Delphi">TfgKeyMappingService = class (TInterfacedObject, IInterface)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgKeyMappingService = class (TInterfacedObject, IInterface)</syntaxhighlight>
 
== Описание ==
 
 
Описание отсутствует.
 
 
== Конструкторы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create()</code>
 
 
|}
 
 
== Константы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>UnknownKeyCode: [[Integer]]</code>
 
 
|}
 

Версия 23:32, 11 июня 2019

Delphi

TfgKeyMappingService = class (TInterfacedObject, IInterface)