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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 5: Строка 5:
 
Delphi
 
Delphi
  
<code>TfgCustomPage = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</code>
+
<syntaxhighlight lang="Delphi">TfgCustomPage = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</syntaxhighlight>
 
 
== Конструкторы ==
 
 
 
{| class="wikitable sortable"
 
|-
 
| <code>constructor</code> || <code>Create(AOwner: TComponent)</code>
 
 
 
|}
 
 
 
== Методы ==
 
 
 
{| class="wikitable sortable"
 
|}
 
 
 
== Свойства ==
 
 
 
{| class="wikitable sortable"
 
|-
 
| <code>property</code> || <code>IconLink: TfgAssetLink</code>
 
 
 
|-
 
| <code>property</code> || <code>PageControl: TfgCustomPageControl</code>
 
TfgPageControl, которому принадлежит данная страница.
 
|-
 
| <code>property</code> || <code>Title: string</code>
 
Текст, выводимый на вкладке страницы. Если TfgPageControl отображает вкладки.
 
|-
 
| <code>property</code> || <code>IconName: TfgAssetName</code>
 
Название ресурса, содержащего картинку, отображаемую на вкладке.
 
|}
 

Версия 03:17, 10 июня 2019

Delphi

TfgCustomPage = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)