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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
* [[ FGX.Rectangle | Вверх к родителю: FGX.Rectangle ]]
+
* [[ FGX.Shape.TfgShape | Вверх к родителю: TfgShape ]]
  
 
Delphi
 
Delphi
Строка 5: Строка 5:
 
<syntaxhighlight lang="Delphi">TfgCustomRectangle = class (TfgShape)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgCustomRectangle = class (TfgShape)</syntaxhighlight>
  
== Описание ==
+
Известные прямые наследники:
 
+
[[FGX.Rectangle.TfgRectangle|TfgRectangle]]
Описание отсутствует.
 
 
 
== Конструкторы ==
 
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 
 
 
|}
 
 
 
== Свойства ==
 
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Corners: [[FGX.Rectangle.Types.TfgCornersSettings|TfgCornersSettings]]</code>
 
 
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Sides: [[.TfgSides|TfgSides]]</code>
 
 
 
|}
 

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

Delphi

TfgCustomRectangle = class (TfgShape)

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