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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 25: Строка 25:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>IndicatorColorLink: [[FGX.Assets.Color.TfgAssetColorLink|TfgAssetColorLink]]</code>
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>IndicatorColorLink: [[FGX.Assets.Color.TfgAssetColorLink|TfgAssetColorLink]]</code>
 +
 +
|}
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultEnabled: [[Boolean]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultIndicatorColor: [[TAlphaColor]]</code>
  
 
|}
 
|}

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

Delphi

TfgPullToRefreshOptions = class (TfgPersistent)

Описание

Описание отсутствует.

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

constructor
Create(AOwner: TPersistent)

Свойства

property
CollectionView: TfgCustomCollectionView
property
IndicatorColorLink: TfgAssetColorLink

Константы

const
DefaultEnabled: Boolean
const
DefaultIndicatorColor: TAlphaColor