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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.PaintBox | Вверх к родителю: FGX.PaintBox ]]
 
* [[ FGX.PaintBox | Вверх к родителю: FGX.PaintBox ]]
* [[ FGX.PaintBox.TfgPaintBox_Methods | Методы ]]
 
* [[ FGX.PaintBox.TfgPaintBox_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
  
<code>TfgPaintBox = class (TfgCustomPaintBox)</code>
+
<code lang="Delphi">TfgPaintBox = class (TfgCustomPaintBox)</code>
 
 
== Конструкторы ==
 
 
 
{| class="wikitable sortable"
 
|}
 
 
 
== Методы ==
 
 
 
{| class="wikitable sortable"
 
|}
 
 
 
== Свойства ==
 
 
 
{| class="wikitable sortable"
 
|}
 

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

Delphi

TfgPaintBox = class (TfgCustomPaintBox)