FGX.PageControl.TfgCustomPage: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 30: | Строка 30: | ||
|- | |- | ||
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>PageControl: [[FGX.PageControl.TfgCustomPageControl|TfgCustomPageControl]]</code> | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>PageControl: [[FGX.PageControl.TfgCustomPageControl|TfgCustomPageControl]]</code> | ||
− | <p>TfgPageControl, которому принадлежит данная страница.</p> | + | <p><i>TfgPageControl</i> , которому принадлежит данная страница.</p> |
|- | |- | ||
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Title: [[string]]</code> | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Title: [[string]]</code> |
Текущая версия на 17:22, 23 декабря 2022
Delphi
TfgCustomPage = class (TfgCustomLayout)
TComponent -> TfgControl -> TfgCustomLayout -> TfgCustomPage
Прямые наследники: TfgPage
Описание
Вкладка.
Конструкторы
constructor
|
Create(AOwner: TComponent)
Описание отсутствует. |
Свойства
property
|
IconLink: TfgAssetLink
Описание отсутствует. |
property
|
PageControl: TfgCustomPageControl
TfgPageControl , которому принадлежит данная страница. |
property
|
Title: string
Текст, выводимый на вкладке страницы. Если TfgPageControl отображает вкладки. На Андроиде текст выводится только в том случае, если не указана картинка IconName .
|
property
|
IconName: TfgAssetName
Название ресурса, содержащего картинку, отображаемую на вкладке. |