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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 18: Строка 18:
  
 
{| class="wikitable sortable"
 
{| 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>
 +
Название ресурса, содержащего картинку, отображаемую на вкладке.
 
|}
 
|}

Версия 23:51, 9 июня 2019

Delphi

TfgCustomPage = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)

Конструкторы

constructor Create(AOwner: TComponent)

Методы

Свойства

property IconLink: TfgAssetLink
property PageControl: TfgCustomPageControl

TfgPageControl, которому принадлежит данная страница.

property Title: string

Текст, выводимый на вкладке страницы. Если TfgPageControl отображает вкладки.

property IconName: TfgAssetName

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