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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 25: Строка 25:
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 +
|}
 +
 +
== Константы ==
 +
 +
{| 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>
 +
 
|}
 
|}

Версия 02:52, 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