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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 74: Строка 74:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Visible: [[Boolean]]</code>
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Visible: [[Boolean]]</code>
 +
 +
|}
 +
 +
== События ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnGetItemCount: [[Integer]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnGetItemId: [[TfgOnGetItemId]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnGetItemStyle: [[string]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnBindItem: [[TfgOnBindItem]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnTapItem: [[TfgOnItemTap]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnSelectionChanged: [[TfgOnSelectionChangedEvent]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnItemSelectionChanged: [[TfgOnItemSelectionChanged]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnScroll: [[TfgOnScrollEvent]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnPullToRefresh: [[TNotifyEvent]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnDestroy: [[TNotifyEvent]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnResized: [[TfgResizedEvent]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnPaint: [[TfgPaintEvent]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnLongTap: [[TfgLongTapEvent]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnPositionChanged: [[TfgPositionChangedEvent]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnTouch: [[Boolean]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnTap: [[TNotifyEvent]]</code>
  
 
|}
 
|}

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

Delphi

TfgCollectionView = class (TfgCustomCollectionView, IFGXContainer)

Описание

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

Свойства

property
PullToRefreshOptions: TfgPullToRefreshOptions
property
ScrollGlowColor: TAlphaColor
property
ScrollGlowColorName: TfgAssetName
property
SelectionMode: TfgCollectionViewSelectionMode
property
SelectionColor: TAlphaColor
property
SelectionColorName: TfgAssetName
property
Alignment: TfgControlAlignment
property
AlignWithMargins: Boolean
property
BackgroundName: TfgAssetName
property
Locked: Boolean
property
LookupName: string
property
PositionMode: TfgPositionMode
property
Position: TfgPosition
property
RelativePosition: TfgRelativePosition
property
Size: TfgSize
property
Constraints: TfgConstraints
property
Margins: TfgMargins
property
GestureKinds: TfgGestureKinds
property
HitTest: Boolean
property
Opacity: Single
property
Visible: Boolean

События

event
OnGetItemCount: Integer
event
OnGetItemId: TfgOnGetItemId
event
OnGetItemStyle: string
event
OnBindItem: TfgOnBindItem
event
OnTapItem: TfgOnItemTap
event
OnSelectionChanged: TfgOnSelectionChangedEvent
event
OnItemSelectionChanged: TfgOnItemSelectionChanged
event
OnScroll: TfgOnScrollEvent
event
OnPullToRefresh: TNotifyEvent
event
OnDestroy: TNotifyEvent
event
OnResized: TfgResizedEvent
event
OnPaint: TfgPaintEvent
event
OnLongTap: TfgLongTapEvent
event
OnPositionChanged: TfgPositionChangedEvent
event
OnTouch: Boolean
event
OnTap: TNotifyEvent