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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 4: Строка 4:
  
 
<syntaxhighlight lang="Delphi">TfgApplication = class (TComponent, IInterfaceComponentReference, IInterface)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgApplication = class (TComponent, IInterfaceComponentReference, IInterface)</syntaxhighlight>
 +
 +
== Конструкторы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>constructor</code> || <code>Create(AOwner: TComponent)</code>
 +
 +
|}

Версия 03:32, 10 июня 2019

Delphi

TfgApplication = class (TComponent, IInterfaceComponentReference, IInterface)

Конструкторы

constructor Create(AOwner: TComponent)