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

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

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

Delphi

TfgActivityIndicatorMessages = class (TfgControlMessages)