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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
* [[ FGX.GraphicControl | Вверх к родителю: FGX.GraphicControl ]]
+
* [[ FGX.Control.TfgControl | Вверх к родителю: TfgControl ]]
  
 
Delphi
 
Delphi
Строка 5: Строка 5:
 
<syntaxhighlight lang="Delphi">TfgGraphicControl = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgGraphicControl = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</syntaxhighlight>
  
== Описание ==
+
Известные прямые наследники:
 +
[[FGX.PaintBox.TfgCustomPaintBox|TfgCustomPaintBox]], [[FGX.Shape.TfgShape|TfgShape]]
  
Описание отсутствует.
+
Известные непрямые наследники:
 +
[[FGX.PaintBox.TfgPaintBox|TfgPaintBox]], [[FGX.Arc.TfgCustomArc|TfgCustomArc]], [[FGX.Circle.TfgCustomCircle|TfgCustomCircle]], [[FGX.Ellipse.TfgCustomEllipse|TfgCustomEllipse]], [[FGX.Line.TfgCustomLine|TfgCustomLine]], [[FGX.Rectangle.TfgCustomRectangle|TfgCustomRectangle]], [[FGX.RegularPolygon.TfgCustomRegularPolygon|TfgCustomRegularPolygon]], [[FGX.Rhomb.TfgCustomRhomb|TfgCustomRhomb]], [[FGX.SvgPath.TfgCustomSvgPath|TfgCustomSvgPath]], [[FGX.Arc.TfgArc|TfgArc]], [[FGX.Arch.TfgCustomArch|TfgCustomArch]], [[FGX.Sector.TfgCustomSector|TfgCustomSector]], [[FGX.Arch.TfgArch|TfgArch]], [[FGX.Sector.TfgSector|TfgSector]], [[FGX.Circle.TfgCircle|TfgCircle]], [[FGX.Ellipse.TfgEllipse|TfgEllipse]], [[FGX.Line.TfgLine|TfgLine]], [[FGX.Rectangle.TfgRectangle|TfgRectangle]], [[FGX.RegularPolygon.TfgRegularPolygon|TfgRegularPolygon]], [[FGX.Rhomb.TfgRhomb|TfgRhomb]], [[FGX.SvgPath.TfgSvgPath|TfgSvgPath]]

Версия 23:28, 11 июня 2019

Delphi

TfgGraphicControl = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)

Известные прямые наследники: TfgCustomPaintBox, TfgShape

Известные непрямые наследники: TfgPaintBox, TfgCustomArc, TfgCustomCircle, TfgCustomEllipse, TfgCustomLine, TfgCustomRectangle, TfgCustomRegularPolygon, TfgCustomRhomb, TfgCustomSvgPath, TfgArc, TfgCustomArch, TfgCustomSector, TfgArch, TfgSector, TfgCircle, TfgEllipse, TfgLine, TfgRectangle, TfgRegularPolygon, TfgRhomb, TfgSvgPath