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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 4: Строка 4:
  
 
<syntaxhighlight lang="Delphi">TfgButtonMessages = class (TfgControlMessages)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgButtonMessages = class (TfgControlMessages)</syntaxhighlight>
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>const</code> || <code>WM_SET_TEXT: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_IMAGE_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_IMAGE_LOCATION: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SET_KIND: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_TEXT_SETTINGS_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_SHADOW_CHANGED: Integer</code>
 +
 +
|-
 +
| <code>const</code> || <code>WM_USER: Integer</code>
 +
 +
|}

Версия 03:40, 10 июня 2019

Delphi

TfgButtonMessages = class (TfgControlMessages)

Константы

const WM_SET_TEXT: Integer
const WM_IMAGE_CHANGED: Integer
const WM_SET_IMAGE_LOCATION: Integer
const WM_SET_KIND: Integer
const WM_TEXT_SETTINGS_CHANGED: Integer
const WM_SHADOW_CHANGED: Integer
const WM_USER: Integer