FGX.Sector.TfgCustomSector: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 1: | Строка 1: | ||
* [[ FGX.Arc.TfgCustomArc | Вверх к родителю: TfgCustomArc ]] | * [[ FGX.Arc.TfgCustomArc | Вверх к родителю: TfgCustomArc ]] | ||
+ | * [[ FGX.Sector | К модулю: FGX.Sector ]] | ||
Delphi | Delphi | ||
Строка 5: | Строка 6: | ||
<syntaxhighlight lang="Delphi">TfgCustomSector = class (TfgCustomArc)</syntaxhighlight> | <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.Control.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]] | [[FGX.Sector.TfgSector|TfgSector]] | ||
− | |||
− | |||
− | |||
− |
Версия 02:51, 13 июня 2019
Delphi
TfgCustomSector = class (TfgCustomArc)
TComponent -> TfgControl -> TfgGraphicControl -> TfgShape -> TfgCustomArc -> TfgCustomSector
Прямые наследники: TfgSector