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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 10: Строка 10:
 
Прямые наследники:
 
Прямые наследники:
 
[[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>
 
<p>TfgPageControl, которому принадлежит данная страница.</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>
 
|}
 

Версия 18:13, 29 июня 2019

Delphi

TfgCustomPage = class (TfgCustomLayout)

TComponent -> TfgControl -> TfgCustomLayout -> TfgCustomPage

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