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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.Sector | Вверх к родителю: FGX.Sector ]]
 
* [[ FGX.Sector | Вверх к родителю: FGX.Sector ]]
* [[ FGX.Sector.TfgCustomSector_Methods | Методы ]]
 
* [[ FGX.Sector.TfgCustomSector_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
  
<syntaxhighlight lang="Delphi">TfgCustomSector = class (TfgCustomArc)</syntaxhighlight>
+
<code lang="Delphi">TfgCustomSector = class (TfgCustomArc)</code>
 
 
== Описание ==
 
 
 
Графический примитив: "сектор".
 

Версия 04:11, 10 июня 2019

Delphi

TfgCustomSector = class (TfgCustomArc)