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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 25: Строка 25:
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 +
|}
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>const</code> || <code>WM_RELOAD_ITEMS: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_RELOAD_ITEM: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SCROLL_GLOW_COLOR_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SELECTION_MODE_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SELECTION_COLOR_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_RESET_ALL_SELECTION: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_RESET_ITEM_SELECTION: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SELECT_ALL: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SELECT_ITEM: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GET_SELECTION: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SCROLL_TO_ITEM: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SCROLL_TO_ITEM_WITH_ANIMATION: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_ON_SCROLL: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_ON_GET_ITEM_ID: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_ENABLED_PULL_TO_REFRESH_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_BEGIN_PULL_TO_REFRESH: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_END_PULL_TO_REFRESH: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GET_IS_PULL_TO_REFRESH_ACTIVE: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_PULL_TO_REFRESH_INDICATOR_COLOR_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GET_FIRST_VISIBLE_ITEM_INDEX: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GET_LAST_VISIBLE_ITEM_INDEX: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_FIND_ITEM_WRAPPER_BY_INDEX: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_FIND_ITEM_INDEX_BY_POINT: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_FIND_ITEM_INDEX_BY_STYLE_CONTROL: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_GET_CONTENT_OFFSET: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_USER: Integer</code>
 +
 
|}
 
|}

Версия 02:53, 10 июня 2019

Delphi

TfgCollectionViewMessages = class (TfgControlMessages)

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

Методы

Свойства

События

Константы

const WM_RELOAD_ITEMS: Integer
const WM_RELOAD_ITEM: Integer
const WM_SCROLL_GLOW_COLOR_CHANGED: Integer
const WM_SELECTION_MODE_CHANGED: Integer
const WM_SELECTION_COLOR_CHANGED: Integer
const WM_RESET_ALL_SELECTION: Integer
const WM_RESET_ITEM_SELECTION: Integer
const WM_SELECT_ALL: Integer
const WM_SELECT_ITEM: Integer
const WM_GET_SELECTION: Integer
const WM_SCROLL_TO_ITEM: Integer
const WM_SCROLL_TO_ITEM_WITH_ANIMATION: Integer
const WM_SET_ON_SCROLL: Integer
const WM_SET_ON_GET_ITEM_ID: Integer
const WM_ENABLED_PULL_TO_REFRESH_CHANGED: Integer
const WM_BEGIN_PULL_TO_REFRESH: Integer
const WM_END_PULL_TO_REFRESH: Integer
const WM_GET_IS_PULL_TO_REFRESH_ACTIVE: Integer
const WM_PULL_TO_REFRESH_INDICATOR_COLOR_CHANGED: Integer
const WM_GET_FIRST_VISIBLE_ITEM_INDEX: Integer
const WM_GET_LAST_VISIBLE_ITEM_INDEX: Integer
const WM_FIND_ITEM_WRAPPER_BY_INDEX: Integer
const WM_FIND_ITEM_INDEX_BY_POINT: Integer
const WM_FIND_ITEM_INDEX_BY_STYLE_CONTROL: Integer
const WM_GET_CONTENT_OFFSET: Integer
const WM_USER: Integer