FGX.CollectionView.TfgPullToRefreshOptions: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 14: | Строка 14: | ||
|- | |- | ||
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TPersistent]])</code> | | <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TPersistent]])</code> | ||
+ | |||
+ | |} | ||
+ | |||
+ | == Свойства == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>CollectionView: [[FGX.CollectionView.TfgCustomCollectionView|TfgCustomCollectionView]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>IndicatorColorLink: [[FGX.Assets.Color.TfgAssetColorLink|TfgAssetColorLink]]</code> | ||
|} | |} |
Версия 04:30, 10 июня 2019
Delphi
TfgPullToRefreshOptions = class (TfgPersistent)
Описание
Описание отсутствует.
Конструкторы
constructor
|
Create(AOwner: TPersistent)
|
Свойства
property
|
CollectionView: TfgCustomCollectionView
|
property
|
IndicatorColorLink: TfgAssetColorLink
|