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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.Layout.TfgCustomLayout | Вверх к родителю: TfgCustomLayout ]]
 
* [[ FGX.Layout.TfgCustomLayout | Вверх к родителю: TfgCustomLayout ]]
 +
* [[ FGX.PageControl | К модулю: FGX.PageControl ]]
  
 
Delphi
 
Delphi
  
<syntaxhighlight lang="Delphi">TfgCustomPage = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</syntaxhighlight>
+
<syntaxhighlight lang="Delphi">TfgCustomPage = class (TfgCustomLayout)</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.Layout.TfgCustomLayout|TfgCustomLayout]]</span> -> <span class="type-border">[[FGX.PageControl.TfgCustomPage|TfgCustomPage]]</span></p>
 +
 
 +
Прямые наследники:
 
[[FGX.PageControl.TfgPage|TfgPage]]
 
[[FGX.PageControl.TfgPage|TfgPage]]
 
== Описание ==
 
 
<span style="color:gray">Описание отсутствует.</span>
 
 
== Конструкторы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|}
 
 
== Свойства ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>IconLink: [[FGX.Assets.TfgAssetLink|TfgAssetLink]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>PageControl: [[FGX.PageControl.TfgCustomPageControl|TfgCustomPageControl]]</code>
 
TfgPageControl, которому принадлежит данная страница.
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Title: [[string]]</code>
 
Текст, выводимый на вкладке страницы. Если TfgPageControl отображает вкладки.
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>IconName: [[.TfgAssetName|TfgAssetName]]</code>
 
Название ресурса, содержащего картинку, отображаемую на вкладке.
 
|}
 

Версия 02:48, 13 июня 2019

Delphi

TfgCustomPage = class (TfgCustomLayout)

TComponent -> TfgControl -> TfgCustomLayout -> TfgCustomPage

Прямые наследники: TfgPage