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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показано 13 промежуточных версий этого же участника)
Строка 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.Controls.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]]
  
 
== Описание ==
 
== Описание ==
  
 +
<p>Вкладка.</p>
 +
== Конструкторы ==
 +
 +
{| 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>
 
<span style="color:gray">Описание отсутствует.</span>
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>PageControl: [[FGX.PageControl.TfgCustomPageControl|TfgCustomPageControl]]</code>
 +
<p><i>TfgPageControl</i> , которому принадлежит данная страница.</p>
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Title: [[string]]</code>
 +
 +
<p>Текст, выводимый на вкладке страницы. Если TfgPageControl отображает вкладки.</p><div class="info">На Андроиде текст выводится только в том случае, если не указана картинка <i>IconName</i> .</div>
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>IconName: [[TfgAssetName|TfgAssetName]]</code>
 +
<p>Название ресурса, содержащего картинку, отображаемую на вкладке.</p>
 +
|}

Текущая версия на 17:22, 23 декабря 2022

Delphi

TfgCustomPage = class (TfgCustomLayout)

TComponent -> TfgControl -> TfgCustomLayout -> TfgCustomPage

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

Описание

Вкладка.

Конструкторы

constructor
Create(AOwner: TComponent)

Описание отсутствует.

Свойства

property
IconLink: TfgAssetLink

Описание отсутствует.

property
PageControl: TfgCustomPageControl

TfgPageControl , которому принадлежит данная страница.

property
Title: string

Текст, выводимый на вкладке страницы. Если TfgPageControl отображает вкладки.

На Андроиде текст выводится только в том случае, если не указана картинка IconName .
property
IconName: TfgAssetName

Название ресурса, содержащего картинку, отображаемую на вкладке.