FGX.NavigationBar.Types.TfgNavigationBarButton: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 7: Строка 7:
  
 
<p class="class-inheritance"><span class="type-border">[[System.Classes.TCollectionItem|TCollectionItem]]</span> -> <span class="type-border">[[FGX.Types.TfgCollectionItem|TfgCollectionItem]]</span> -> <span class="type-border">[[FGX.NavigationBar.Types.TfgNavigationBarButton|TfgNavigationBarButton]]</span></p>
 
<p class="class-inheritance"><span class="type-border">[[System.Classes.TCollectionItem|TCollectionItem]]</span> -> <span class="type-border">[[FGX.Types.TfgCollectionItem|TfgCollectionItem]]</span> -> <span class="type-border">[[FGX.NavigationBar.Types.TfgNavigationBarButton|TfgNavigationBarButton]]</span></p>
 
== Описание ==
 
 
<span style="color:gray">Описание отсутствует.</span>
 
 
== Конструкторы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(Collection: [[TCollection]])</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|}
 
 
== Свойства ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>IconLink: [[FGX.Assets.TfgAssetLink|TfgAssetLink]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ActionKind: [[TfgNavigationBarActionKind|TfgNavigationBarActionKind]]</code>
 
 
<p>Вид контрола взаимодействия <i>ActionControl</i> , который будет отображен при нажатии на данную кнопку. Доступные виды можно посмотреть в <i>TfgActionControlsFactory.GetKinds</i> .</p><div class="info"><p>Если указан не существующий вид контрола взаимодействия, то это приведет к очистке <i>ActionControl</i> .</p><p>Смотри также:ActionControl</p></div>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ActionControl: [[FGX.Control.TfgControl|TfgControl]]</code>
 
 
<p>Контрол взаимодействия, который отображается при нажатии на данную кнопку.</p><div class="info">Смотри также:ActionKind</div>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Name: [[string]]</code>
 
<p>Имя, которое можно использовать для идентификации кнопки на уровне кода.</p>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Title: [[string]]</code>
 
<p>Заголовок кнопки.</p>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Enabled: [[Boolean]]</code>
 
<p>Доступна ли кнопка для взаимодействия с пользователем или нет.</p>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>IconName: [[TfgAssetName|TfgAssetName]]</code>
 
<p>Название ресура, содержащего иконку кнопки.</p>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Visible: [[Boolean]]</code>
 
<p>Видимость кнопки.</p>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>VisibilityMode: [[FGX.NavigationBar.Types.TfgButtonVisibilityMode|TfgButtonVisibilityMode]]</code>
 
<p>Режим видимости кнопки. Смотри описание <i>TfgButtonVisibilityMode</i> .</p>
 
|}
 
 
== События ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnTap: [[TNotifyEvent]]</code>
 
<p>Срабатывает, когда пользователь нажимает на кнопку.</p>
 
|}
 
 
== Константы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultVisible: [[Boolean]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultVisibilityMode: [[FGX.NavigationBar.Types.TfgButtonVisibilityMode|TfgButtonVisibilityMode]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultEnabled: [[Boolean]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|}
 

Версия 18:12, 29 июня 2019