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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.TabControl | Вверх к родителю: FGX.TabControl ]]
 
* [[ FGX.TabControl | Вверх к родителю: FGX.TabControl ]]
* [[ FGX.TabControl.TfgCustomTabControl_Methods | Методы ]]
 
* [[ FGX.TabControl.TfgCustomTabControl_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
  
<syntaxhighlight lang="Delphi">TfgCustomTabControl = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</syntaxhighlight>
+
<code lang="Delphi">TfgCustomTabControl = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</code>
 
 
== Конструкторы ==
 
 
 
{| class="wikitable sortable"
 
|-
 
| <code>constructor</code> || <code>Create(AOwner: TComponent)</code>
 
 
 
|}
 

Версия 04:11, 10 июня 2019

Delphi

TfgCustomTabControl = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)