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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.ToolBar | Вверх к родителю: FGX.ToolBar ]]
 
* [[ FGX.ToolBar | Вверх к родителю: FGX.ToolBar ]]
* [[ FGX.ToolBar.TfgCustomToolBar_Methods | Методы ]]
 
* [[ FGX.ToolBar.TfgCustomToolBar_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
  
<syntaxhighlight lang="Delphi">TfgCustomToolBar = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</syntaxhighlight>
+
<code lang="Delphi">TfgCustomToolBar = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</code>

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

Delphi

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