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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 8: Строка 8:
  
 
Сообщения коммуникации '' TfgActivityIndicator '' и нативной реализации.
 
Сообщения коммуникации '' TfgActivityIndicator '' и нативной реализации.
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight>const</syntaxhighlight> || <code>WM_ENABLED_CHANGED: [[Integer]]</code>
 +
Изменилось значение '' TfgCustomActivityIndicator.Enabled '' .
 +
|-
 +
| <syntaxhighlight>const</syntaxhighlight> || <code>WM_TINT_COLOR_CHANGED: [[Integer]]</code>
 +
Изменилось значение '' TfgCustomActivityIndicator.TintColor '' или '' TfgCustomActivityIndicator.TintName '' .
 +
|-
 +
| <syntaxhighlight>const</syntaxhighlight> || <code>WM_HIDE_WHEN_STOPPED_CHANGED: [[Integer]]</code>
 +
Изменилось значение '' TfgCustomActivityIndicator.HideWhenStopped '' .
 +
|-
 +
| <syntaxhighlight>const</syntaxhighlight> || <code>WM_USER: [[Integer]]</code>
 +
 +
|}

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

Delphi

TfgActivityIndicatorMessages = class (TfgControlMessages)

Описание

Сообщения коммуникации TfgActivityIndicator и нативной реализации.

Константы

const
WM_ENABLED_CHANGED: Integer

Изменилось значение TfgCustomActivityIndicator.Enabled .

const
WM_TINT_COLOR_CHANGED: Integer

Изменилось значение TfgCustomActivityIndicator.TintColor или TfgCustomActivityIndicator.TintName .

const
WM_HIDE_WHEN_STOPPED_CHANGED: Integer

Изменилось значение TfgCustomActivityIndicator.HideWhenStopped .

const
WM_USER: Integer