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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показано 6 промежуточных версий этого же участника)
Строка 1: Строка 1:
* [[ FGX.ToolBar | Вверх к родителю: FGX.ToolBar ]]
+
* [[ FGX.Controls.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.Controls.TfgControl|TfgControl]]</span> -> <span class="type-border">[[FGX.ToolBar.TfgCustomToolBar|TfgCustomToolBar]]</span></p>
 +
 
 +
Прямые наследники:
 +
[[FGX.ToolBar.TfgToolBar|TfgToolBar]]
 +
 
 +
== Описание ==
 +
 
 +
<span style="color:gray">Описание отсутствует.</span>

Текущая версия на 06:02, 10 июля 2019

Delphi

TfgCustomToolBar = class (TfgControl)

TComponent -> TfgControl -> TfgCustomToolBar

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

Описание

Описание отсутствует.