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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показаны 34 промежуточные версии этого же участника)
Строка 1: Строка 1:
'''* [[ FGX.Circle | Up to parent: FGX.Circle ]]'''
+
* [[ FGX.Shape.TfgShape | Вверх к родителю: TfgShape ]]
'''* [[ FGX.Circle.TfgCustomCircle_Methods | Methods ]]'''
+
* [[ FGX.Circle | К модулю: FGX.Circle ]]
'''* [[ FGX.Circle.TfgCustomCircle_Properties | Properties ]]'''
 
  
 
Delphi
 
Delphi
  
<code>TfgCustomCircle = class (TfgShape)</code>
+
<syntaxhighlight lang="Delphi">TfgCustomCircle = class (TfgShape)</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.Circle.TfgCustomCircle|TfgCustomCircle]]</span></p>
 +
 
 +
Прямые наследники:
 +
[[FGX.Circle.TfgCircle|TfgCircle]]
 +
 
 +
== Описание ==
 +
 
 +
<span style="color:gray">Описание отсутствует.</span>

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

Delphi

TfgCustomCircle = class (TfgShape)

TComponent -> TfgControl -> TfgGraphicControl -> TfgShape -> TfgCustomCircle

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

Описание

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