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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.Control.TfgControl | Вверх к родителю: TfgControl ]]
 
* [[ FGX.Control.TfgControl | Вверх к родителю: TfgControl ]]
 +
* [[ FGX.ToolBar | К модулю: FGX.ToolBar ]]
  
 
Delphi
 
Delphi
  
<syntaxhighlight lang="Delphi">TfgCustomToolBar = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</syntaxhighlight>
+
<syntaxhighlight lang="Delphi">TfgCustomToolBar = class (TfgControl)</syntaxhighlight>
  
Известные прямые наследники:
+
<p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX.Control.TfgControl|TfgControl]]</span> -> <span class="type-border">[[FGX.ToolBar.TfgCustomToolBar|TfgCustomToolBar]]</span></p>
 +
 
 +
Прямые наследники:
 
[[FGX.ToolBar.TfgToolBar|TfgToolBar]]
 
[[FGX.ToolBar.TfgToolBar|TfgToolBar]]
 
== Описание ==
 
 
<span style="color:gray">Описание отсутствует.</span>
 

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

Delphi

TfgCustomToolBar = class (TfgControl)

TComponent -> TfgControl -> TfgCustomToolBar

Прямые наследники: TfgToolBar