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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показана 1 промежуточная версия этого же участника)
Строка 6: Строка 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>
+
<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.GraphicControl.TfgGraphicControl|TfgGraphicControl]]</span> -> <span class="type-border">[[FGX.PaintBox.TfgCustomPaintBox|TfgCustomPaintBox]]</span></p>
  
 
Прямые наследники:
 
Прямые наследники:
Строка 14: Строка 14:
  
 
<span style="color:gray">Описание отсутствует.</span>
 
<span style="color:gray">Описание отсутствует.</span>
 
 
== Конструкторы ==
 
== Конструкторы ==
  
Строка 20: Строка 19:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 
| <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>
 
<span style="color:gray">Описание отсутствует.</span>
 
|}
 
|}

Текущая версия на 14:55, 8 июля 2019

Delphi

TfgCustomPaintBox = class (TfgGraphicControl)

TComponent -> TfgControl -> TfgGraphicControl -> TfgCustomPaintBox

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

Описание

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

Конструкторы

constructor
Create(AOwner: TComponent)

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

Константы

const
DefaultHitTest: Boolean

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