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

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

Версия 04:11, 10 июня 2019

Delphi

TfgCustomPage = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)