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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.GraphicControl.TfgGraphicControl | Вверх к родителю: TfgGraphicControl ]]
 
* [[ FGX.GraphicControl.TfgGraphicControl | Вверх к родителю: TfgGraphicControl ]]
 +
* [[ FGX.PaintBox | К модулю: FGX.PaintBox ]]
  
 
Delphi
 
Delphi
Строка 5: Строка 6:
 
<syntaxhighlight lang="Delphi">TfgCustomPaintBox = class (TfgGraphicControl)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgCustomPaintBox = class (TfgGraphicControl)</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.GraphicControl.TfgGraphicControl|TfgGraphicControl]]</span> -> <span class="type-border">[[FGX.PaintBox.TfgCustomPaintBox|TfgCustomPaintBox]]</span></p>
 +
 
 +
Прямые наследники:
 
[[FGX.PaintBox.TfgPaintBox|TfgPaintBox]]
 
[[FGX.PaintBox.TfgPaintBox|TfgPaintBox]]
 
== Описание ==
 
 
<span style="color:gray">Описание отсутствует.</span>
 
 
== Конструкторы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|}
 
 
== Константы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultHitTest: [[Boolean]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|}
 

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

Delphi

TfgCustomPaintBox = class (TfgGraphicControl)

TComponent -> TfgControl -> TfgGraphicControl -> TfgCustomPaintBox

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