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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показаны 2 промежуточные версии этого же участника)
Строка 6: Строка 6:
 
<syntaxhighlight lang="Delphi">TfgCustomPage = class (TfgCustomLayout)</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>
+
<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>
  
 
Прямые наследники:
 
Прямые наследники:
Строка 13: Строка 13:
 
== Описание ==
 
== Описание ==
  
<span style="color:gray">Описание отсутствует.</span>
+
<p>Вкладка.</p>
 
== Конструкторы ==
 
== Конструкторы ==
  
Строка 30: Строка 30:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>PageControl: [[FGX.PageControl.TfgCustomPageControl|TfgCustomPageControl]]</code>
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>PageControl: [[FGX.PageControl.TfgCustomPageControl|TfgCustomPageControl]]</code>
<p>TfgPageControl, которому принадлежит данная страница.</p>
+
<p><i>TfgPageControl</i> , которому принадлежит данная страница.</p>
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Title: [[string]]</code>
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Title: [[string]]</code>

Текущая версия на 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

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