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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показано 15 промежуточных версий этого же участника)
Строка 1: Строка 1:
* [[ FGX.Circle | Вверх к родителю: FGX.Circle ]]
+
* [[ FGX.Shape.TfgShape | Вверх к родителю: TfgShape ]]
 +
* [[ FGX.Circle | К модулю: FGX.Circle ]]
  
 
Delphi
 
Delphi
  
<code lang="Delphi">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

Описание

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