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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показано 12 промежуточных версий этого же участника)
Строка 1: Строка 1:
* [[ FGX.Sector | Вверх к родителю: FGX.Sector ]]
+
* [[ FGX.Arc.TfgCustomArc | Вверх к родителю: TfgCustomArc ]]
* [[ FGX.Sector.TfgCustomSector_Methods | Методы ]]
+
* [[ FGX.Sector | К модулю: FGX.Sector ]]
* [[ FGX.Sector.TfgCustomSector_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
  
<code>TfgCustomSector = class (TfgCustomArc)</code>
+
<syntaxhighlight lang="Delphi">TfgCustomSector = class (TfgCustomArc)</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.GraphicControl.TfgGraphicControl|TfgGraphicControl]]</span> -> <span class="type-border">[[FGX.Shape.TfgShape|TfgShape]]</span> -> <span class="type-border">[[FGX.Arc.TfgCustomArc|TfgCustomArc]]</span> -> <span class="type-border">[[FGX.Sector.TfgCustomSector|TfgCustomSector]]</span></p>
  
Графический примитив: "сектор".
+
Прямые наследники:
 +
[[FGX.Sector.TfgSector|TfgSector]]
  
== Конструкторы ==
+
== Описание ==
  
{| class="wikitable sortable"
+
<p>Графический примитив: "сектор".</p>
|}
 

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

Delphi

TfgCustomSector = class (TfgCustomArc)

TComponent -> TfgControl -> TfgGraphicControl -> TfgShape -> TfgCustomArc -> TfgCustomSector

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

Описание

Графический примитив: "сектор".