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

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

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

Delphi

TfgCustomPage = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)

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